diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-18 14:09:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:02 +0100 |
| commit | 16bdf22222424ec2d6e21ef49887bf4f664484d7 (patch) | |
| tree | 8c5c4cbbcee98a8b259c5f525931ee6d63e8a199 /gnu | |
| parent | 4e787594a9f211521d678f0e9f8324f193f39d1d (diff) | |
gnu: python-twine: Update to 6.1.0.
* gnu/packages/python-xyz.scm (python-twine): Update to 6.1.0.
[propagated-inputs]: Remove python-importlib-metadata and python-pkginfo; add python-id
and python-packaging.
[native-inputs]: Remove python-wheel.
Change-Id: Ib22ea696d3c11d7db2ff8db2e12e0703d0d5af0f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 10a8f38ebea..b75664309a4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27678,36 +27678,24 @@ created by running @code{python setup.py develop}).") (define-public python-twine (package (name "python-twine") - (version "5.1.1") + (version "6.1.0") (source (origin (method url-fetch) (uri (pypi-uri "twine" version)) (sha256 - (base32 "1nr24gd5gm22b0jzb5qmw4swh8bshixmqm0kv4s38ay0758q584s")))) + (base32 "1gcd990456sk0g05ln6x6mwn9z1jybnm3wlkxq3ivyggf9i4ycmy")))) (build-system pyproject-build-system) - (arguments - (list #:test-flags ;; Disable failing tests. - #~(list "-k" (string-append - "not test_fails_rst_no_content" - " and not test_fails_rst_syntax_error" - " and not test_passes_markdown_description[text/markdown]" - " and not test_passes_markdown_description[text/plain]" - " and not test_passes_rst_description" - " and not test_warns_missing_description[False]" - " and not test_warns_missing_description[True]" - " and not test_warns_missing_file")))) (native-inputs (list python-pretend python-pytest python-pytest-socket python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs - (list python-importlib-metadata + (list python-id python-keyring - python-pkginfo + python-packaging python-readme-renderer python-requests python-requests-toolbelt |
