summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
AgeCommit message (Collapse)Author
2023-08-22python310Packages.python-stdnum: 1.18 -> 1.19R. Ryantm
2023-01-24python310Packages.python-stdnum: remove coverageFabian Affolter
- add optional-dependencies
2023-01-24python310Packages.python-stdnum: add changelog to metaFabian Affolter
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2023-01-05python3Packages.python-stdnum: 1.17 -> 1.18Martin Weinelt
2022-11-05python310Packages.python-stdnum: don't run doctestsFabian Affolter
2021-10-04python38Packages.python-stdnum: 1.16 -> 1.17R. RyanTM
2021-04-03python3Packages.python-stdnum: 1.14 -> 1.16Frederik Rietdijk
2020-08-16python: python-stdnum: 1.13 -> 1.14Frederik Rietdijk
2020-03-25python27Packages.python-stdnum: 1.12 -> 1.13R. RyanTM
2019-11-29python38Packages.python-stdnum: 1.11 -> 1.12R. RyanTM
2019-06-03python27Packages.python-stdnum: 1.10 -> 1.11R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-python-stdnum/versions
2018-11-08python27Packages.python-stdnum: 1.9 -> 1.10R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-python-stdnum/versions
2018-06-29Merge older staging with added firefox-related updatesVladimír Čunát
2018-06-27treewide: http -> https (#42665)Ryan Mulligan
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-06-22python: python-stdnum: 1.8.1 -> 1.9Frederik Rietdijk
2018-01-07python: python-stdnum: 1.7 -> 1.8.1Frederik Rietdijk
2017-10-27python.pkgs: updatesFrederik Rietdijk
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-27Python: many package updatesFrederik Rietdijk
Did not test all packages. Likely we'll have some breakage.
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk
so that we can use the update script.
2017-02-21python-stdnum: init at 1.5Johannes Bornhold