summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aenum
AgeCommit message (Collapse)Author
2022-01-24python310Packages.aenum: 3.1.6 -> 3.1.8R. Ryantm
2022-01-19python310Packages.aenum: 3.1.5 -> 3.1.6R. Ryantm
2021-11-13python3Packages.aenum: 3.1.3 -> 3.1.5Fabian Affolter
2021-11-09python3Packages.aenum: 3.1.2 -> 3.1.3Fabian Affolter
2021-11-02python38Packages.aenum: 3.1.1 -> 3.1.2R. Ryantm
2021-10-31python38Packages.aenum: 3.1.0 -> 3.1.1R. Ryantm
2021-06-01python3Packages.aenum: 3.0.0 -> 3.1.0Fabian Affolter
2021-01-28python37Packages.aenum: 2.2.6 -> 3.0.0R. RyanTM
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2020-12-30python3Packages.aenum: update homepage attributeFabian Affolter
2020-12-14python37Packages.aenum: 2.2.4 -> 2.2.6R. RyanTM
2020-07-29python27Packages.aenum: 2.2.3 -> 2.2.4R. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-22python: aenum: 2.2.1 -> 2.2.3Frederik Rietdijk
2019-10-27pythonPackages.aenum: disable python2 testsJonathan Ringer
python2 doesn't guarentee cardinality with lists.
2019-10-21python: aenum: 2.1.4 -> 2.2.1Frederik Rietdijk
2019-10-18python: aenum: 2.1.2 -> 2.1.4Frederik Rietdijk
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-05-10python: aenum: 2.1.0 -> 2.1.2Frederik Rietdijk
2018-02-18python: aenum: 2.0.9 -> 2.1.0Frederik Rietdijk
2018-01-16aenum: make tests pass (#33805)Yurii Rashkovskii
For Python 2, tests were failing because they depended on a particular way of executing the tests module as it defined a global variable and created a temporary file. Running it through setup.py didn't work. Invoking it directly solved the issue. For Python 3, aenum tests were disabled, however, they did't have to fail. Configuring UTF8 locale resolved the failure that was happening after the above fix for Python 2 was applied.
2017-12-30python: aenum: 2.0.8 -> 2.0.9Frederik Rietdijk
2017-06-19python.pkgs: several maintenance bumpsFrederik Rietdijk
2017-05-27Python: many package updatesFrederik Rietdijk
Did not test all packages. Likely we'll have some breakage.
2017-05-03aenum: 1.4.7 -> 2.0.3Rahul Gopinath
2017-02-15aenum: Init at 1.4.7Rahul Gopinath