summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aenum (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* treewide: remove vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since 2017 Anderson Torres2024-07-071-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-27/+26
* fixup! python3Packages.aenum: 3.1.12 -> 3.1.15Martin Weinelt2023-12-201-1/+10
* python3Packages.aenum: 3.1.12 -> 3.1.15Martin Weinelt2023-09-271-2/+2
* python310Packages.aenum: 3.1.11 -> 3.1.12Fabian Affolter2023-04-011-2/+2
* python310Packages.aenum: switch to pytestCheckHook•••- disable failing tests Fabian Affolter2023-01-271-12/+17
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python310Packages.aenum: 3.1.8 -> 3.1.11R. Ryantm2022-04-171-2/+2
* python310Packages.aenum: 3.1.6 -> 3.1.8R. Ryantm2022-01-241-2/+2
* python310Packages.aenum: 3.1.5 -> 3.1.6R. Ryantm2022-01-191-2/+2
* python3Packages.aenum: 3.1.3 -> 3.1.5Fabian Affolter2021-11-131-2/+2
* python3Packages.aenum: 3.1.2 -> 3.1.3Fabian Affolter2021-11-091-6/+9
* python38Packages.aenum: 3.1.1 -> 3.1.2R. Ryantm2021-11-021-2/+2
* python38Packages.aenum: 3.1.0 -> 3.1.1R. Ryantm2021-10-311-2/+2
* python3Packages.aenum: 3.0.0 -> 3.1.0Fabian Affolter2021-06-011-10/+18
* python37Packages.aenum: 2.2.6 -> 3.0.0R. RyanTM2021-01-281-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-4/+4
* python3Packages.aenum: update homepage attributeFabian Affolter2020-12-301-2/+1
* python37Packages.aenum: 2.2.4 -> 2.2.6R. RyanTM2020-12-141-2/+2
* python27Packages.aenum: 2.2.3 -> 2.2.4R. RyanTM2020-07-291-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: aenum: 2.2.1 -> 2.2.3Frederik Rietdijk2019-11-221-2/+2
* pythonPackages.aenum: disable python2 tests•••python2 doesn't guarentee cardinality with lists. Jonathan Ringer2019-10-271-0/+2
* python: aenum: 2.1.4 -> 2.2.1Frederik Rietdijk2019-10-211-2/+2
* python: aenum: 2.1.2 -> 2.1.4Frederik Rietdijk2019-10-181-2/+2
* pythonPackages: remove `name` attribute`•••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`. Frederik Rietdijk2018-06-231-1/+0
* python: aenum: 2.1.0 -> 2.1.2Frederik Rietdijk2018-05-101-2/+2
* python: aenum: 2.0.9 -> 2.1.0Frederik Rietdijk2018-02-181-2/+2
* aenum: make tests pass (#33805)•••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.Yurii Rashkovskii2018-01-161-7/+12
* python: aenum: 2.0.8 -> 2.0.9Frederik Rietdijk2017-12-301-2/+2
* python.pkgs: several maintenance bumpsFrederik Rietdijk2017-06-191-2/+2
* Python: many package updates•••Did not test all packages. Likely we'll have some breakage. Frederik Rietdijk2017-05-271-2/+2
* aenum: 1.4.7 -> 2.0.3Rahul Gopinath2017-05-031-4/+11
* aenum: Init at 1.4.7Rahul Gopinath2017-02-151-0/+19