]> git.k1024.org Git - pylibacl.git/history - setup.py
Update .gitignore file
[pylibacl.git] / setup.py
2023-04-23 Iustin PopBump version for 0.7.0 release
2023-04-22 Iustin PopBump minimum Python version to 3.7
2020-11-29 Iustin PopBump version number for new release v0.6.0
2019-11-29 Iustin PopAdd stub type hints - even if not working
2019-11-29 Iustin PopAdd trove classifiers and project urls
2019-11-29 Iustin PopRestore setstate/getstate support
2019-11-26 Iustin PopStop supporting Python 2
2019-11-26 Iustin PopRename test/ → tests/
2019-11-14 Iustin PopBump version numbers for new release pylibacl-v0.5.4
2019-11-13 Iustin PopSwitch documentation building to Python 3
2015-04-30 Iustin PopBump version for 0.5.3 release pylibacl-v0.5.3
2015-04-30 Iustin PopUpdate my email address
2015-04-30 Iustin PopSmall style change in setup.py
2015-04-30 Iustin PopMerge remote-tracking branch 'github/master'
2015-04-30 Iustin PopMerge pull request #8 from yaneurabeya/master
2014-08-27 Garrett CooperHandle FreeBSD versions greater than or equal to 7.x
2014-05-23 Iustin PopBump version for a trivial 0.5.2 release
2014-05-23 Iustin PopFix homepage URL
2012-05-17 Iustin PopRename tests → test and distribute test files too
2012-05-13 Iustin PopUpdate NEWS and bump version number for 0.5.1 release pylibacl-v0.5.1
2009-12-27 Iustin PopUpdate NEWS file and release 0.5.0 v0.5.0
2009-12-27 Iustin PopFix unittest suite compatibility with python2.6
2008-06-30 Iustin PopMinor change in homepage url
2008-06-28 Iustin PopIncrease version to 0.4.0 r0.4.0
2008-06-28 Iustin PopUpdate documentation and license for version 0.4
2008-06-27 Iustin PopTry to enhance the FreeBSD support
2008-06-27 Iustin PopAdd some simple unittests
2008-06-27 Iustin PopSwitch from distutils to setuptools
2007-10-21 Iustin PopUpdate version numbers for release 0.3.0 r0.3.0
2007-10-08 Iustin PopAdd a Darwin build option
2006-12-03 Iustin Pop- Update setup.py to 0.2.2 r0.2.2
2006-12-03 Iustin Pop- Fix warnings by includin Python.h first
2006-12-03 Iustin PopAdd support for building on GNU/kFreeBSD
2002-12-29 Iustin PopRelease 0.2.1 r0.2.1
2002-12-27 Iustin PopSmall changes r0.2
2002-12-24 Iustin PopDon't call python2, only python
2002-12-24 Iustin PopPrepare for first public release
2002-12-24 Iustin PopMoved to real instance creation via type()
2002-12-23 Iustin PopAddedd __setstate__ and some docs
2002-12-23 Iustin PopInitial revision