summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-sql/default.nix
AgeCommit message (Collapse)Author
2023-06-27python310Packages.python-sql: 1.4.1 -> 1.4.2R. Ryantm
2023-06-20python310Packages.python-sql: add changelog to metaFabian Affolter
2023-06-20python310Packages.python-sql: 1.4.0 -> 1.4.1R. Ryantm
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.
2022-05-03python310Packages.python-sql: switch to pytestCheckHookFabian Affolter
- add pythonImportsCheck - disable on older Python releases
2022-05-03python310Packages.python-sql: 1.3.0 -> 1.4.0R. Ryantm
2021-09-17python38Packages.python-sql: 1.2.2 -> 1.3.0R. RyanTM
2021-06-22python3Packages.python-sql: 1.2.1 -> 1.2.2Martin Weinelt
2020-11-04python27Packages.python-sql: 1.1.0 -> 1.2.1R. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-01python27Packages.python-sql: 1.0.0 -> 1.1.0R. RyanTM
2020-01-10python.pkgs wide: fix problematic urlsJonathan Ringer
2018-10-24python36Packages.python-sql: 0.9 -> 1.0.0R. 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/python3.6-python-sql/versions
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`.
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-20python-sql: init at 0.8Johannes Bornhold