summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/atlassian-python-api (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* python3Packages.atlassian-python-api: 4.0.4 -> 4.0.7R. Ryantm2025-08-231-2/+2
* python3Packages.atlassian-python-api: 3.41.21 -> 4.0.4Morgan Helton2025-06-011-2/+4
* python3Packages.atlassian-python-api: modernizeMorgan Helton2025-06-011-1/+1
* treewide: substitute pname for strings (python3Packages.[a-g].*)Peder Bergebakken Sundt2025-05-251-1/+1
* python312Packages.atlassian-python-api: 3.41.19 -> 3.41.21R. Ryantm2025-03-231-3/+3
* python312Packages.atlassian-python-api: 3.41.16 -> 3.41.19R. Ryantm2025-01-301-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.atlassian-python-api: 3.41.15 -> 3.41.16R. Ryantm2024-09-281-2/+2
* python312Packages.atlassian-python-api: 3.41.14 -> 3.41.15R. Ryantm2024-08-301-2/+2
* python3Packages.atlassian-python-api: 3.41.13 -> 3.41.14•••https://github.com/atlassian-api/atlassian-python-api/releases/tag/3.41.14 Martin Weinelt2024-06-241-2/+2
* python311Packages.atlassian-python-api: 3.41.11 -> 3.41.13R. Ryantm2024-05-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-20/+17
* python311Packages.atlassian-python-api: fix dependenciesMartin Weinelt2024-03-171-0/+8
* python3Packages.atlassian-python-api: 3.41.3 -> 3.41.11•••https://github.com/atlassian-api/atlassian-python-api/releases/tag/3.41.11 Martin Weinelt2024-03-121-2/+2
* python310Packages.atlassian-python-api: 3.41.1 -> 3.41.3R. Ryantm2023-11-041-2/+2
* treewide: remove execute bit for non-executable `*.nix` filesh7x42023-10-201-0/+0
* python310Packages.atlassian-python-api: 3.41.0 -> 3.41.1R. Ryantm2023-09-021-2/+2
* python310Packages.atlassian-python-api: 3.40.0 -> 3.41.0R. Ryantm2023-08-171-2/+2
* python310Packages.atlassian-python-api: 3.39.0 -> 3.40.0R. Ryantm2023-08-051-2/+2
* python310Packages.atlassian-python-api: 3.38.0 -> 3.39.0R. Ryantm2023-06-231-2/+2
* python310Packages.atlassian-python-api: 3.37.0 -> 3.38.0R. Ryantm2023-06-031-2/+2
* python310Packages.atlassian-python-api: 3.36.0 -> 3.37.0R. Ryantm2023-05-221-2/+2
* python310Packages.atlassian-python-api: add changelog to metaFabian Affolter2023-05-151-0/+1
* python310Packages.atlassian-python-api: 3.34.0 -> 3.36.0R. Ryantm2023-05-151-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* python310Packages.atlassian-python-api: 3.33.0 -> 3.34.0R. Ryantm2023-02-271-2/+2
* python310Packages.atlassian-python-api: 3.32.2 -> 3.33.0R. Ryantm2023-02-171-2/+2
* Merge pull request #201307 from r-ryantm/auto-update/python310Packages.atlass...•••python310Packages.atlassian-python-api: 3.32.0 -> 3.32.2Weijia Wang2023-01-231-2/+2
|\
| * python310Packages.atlassian-python-api: 3.32.0 -> 3.32.2R. Ryantm2023-01-161-2/+2
* | 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
|/
* python3Packages.atlassian-python-api: 3.28.1 -> 3.32.0Martin Weinelt2023-01-051-2/+2
* python310Packages.atlassian-python-api: 3.28.0 -> 3.28.1R. Ryantm2022-09-171-2/+2
* python310Packages.atlassian-python-api: 3.26.0 -> 3.28.0R. Ryantm2022-09-081-2/+2
* python310Packages.atlassian-python-api: 3.25.0 -> 3.26.0R. Ryantm2022-08-181-2/+2
* python310Packages.atlassian-python-api: 3.24.0 -> 3.25.0R. Ryantm2022-05-261-2/+2
* python310Packages.atlassian-python-api: 3.20.0 -> 3.24.0R. Ryantm2022-05-251-3/+3
* python3Packages.atlassian-python-api: rename requests-oauthlibFabian Affolter2022-03-281-2/+2
* python310Packages.atlassian-python-api: 3.19.0 -> 3.20.0R. Ryantm2022-02-151-2/+2
* python3Packages.atlassian-python-api: add pythonImportsCheckFabian Affolter2022-02-081-2/+16
* python310Packages.atlassian-python-api: 3.18.1 -> 3.19.0R. Ryantm2022-02-081-2/+2
* python310Packages.atlassian-python-api: 3.18.0 -> 3.18.1R. Ryantm2022-01-261-2/+2
* python310Packages.atlassian-python-api: 3.8.0 -> 3.18.0R. Ryantm2022-01-191-2/+2
* python38Packages.atlassian-python-api: switch to fetching from GitHub•••The pypi source code doesn't contain the response stubs necessary for the tests to pass Jonathan Wilkins2021-05-071-12/+10
* python3Packages.atlassian-python-api: 2.1.2 -> 3.8.0Frederik Rietdijk2021-04-031-2/+2
* python3Packages.atlassian-python-api: fix testsJonathan Ringer2020-12-011-1/+2
* python3Packages.atlassian-python-api: 1.17.7 -> 2.1.2Frederik Rietdijk2020-12-011-2/+2
* python3Packages.atlassian-python-api: 1.17.6 -> 1.17.7Frederik Rietdijk2020-11-051-2/+2
* python3Packages.atlassian-python-api: 1.17.5 -> 1.17.6Frederik Rietdijk2020-11-051-2/+2