summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/sqlobject/default.nix
AgeCommit message (Collapse)Author
2023-02-19python310Packages.formencode: Normalize attribute, pname and dirnameMartin Weinelt
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-12-28python310Packages.sqlobject: 3.10.0 -> 3.10.1R. Ryantm
2022-09-21python310Packages.sqlobject: specify licenseFabian Affolter
2022-09-21python310Packages.sqlobject: 3.9.1 -> 3.10.0R. Ryantm
2022-01-05python3Packages.sqlobject: disable failing testFabian Affolter
2021-10-07python39Packages.sqlobject: add missing meta.maintainers, switch to ↵Sandro Jäckel
pytestCheckHook
2021-10-07python39Packages.pastedeploy: adopt into openstack teamSandro Jäckel
2021-04-03python3Packages.SQLObject: 3.8.1 -> 3.9.1Frederik Rietdijk
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-17python37Packages.sqlobject: 3.8.0 -> 3.8.1R. RyanTM
2019-12-30python: SQLObject: 3.7.3 -> 3.8.0Frederik Rietdijk
2019-10-08python37Packages.sqlobject: 3.7.2 -> 3.7.3R. 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.7-sqlobject/versions
2019-06-15python: SQLObject: 3.7.1 -> 3.7.2Frederik Rietdijk
2019-02-17python: SQLObject: 3.7.0 -> 3.7.1Frederik Rietdijk
2018-12-03python: SQLObject: 3.3.0 -> 3.7.0Frederik Rietdijk
2018-10-27pythonPackages.sqlobject: refactor move to python-modulesChris Ostrouchov