Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / twine


Commits:
26c33a63 by Carl Smedstad at 2024-12-01T12:39:21+01:00
upgpkg: 6.0.1-1: Upstream release

https://twine.readthedocs.io/en/stable/changelog.html#twine-6-0-1-2024-11-30

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = twine
        pkgdesc = Collection of utilities for interacting with PyPI
-       pkgver = 5.1.0
+       pkgver = 6.0.1
        pkgrel = 1
        url = https://github.com/pypa/twine/
        arch = any
@@ -29,7 +29,7 @@ pkgbase = twine
        provides = python-twine
        conflicts = python-twine
        replaces = python-twine
-       source = git+https://github.com/pypa/twine.git#tag=5.1.0
-       sha512sums = 
127718f293702e29ae5cd90efaacf8093d77f0ee8c5fa6ec949c960057081b72b17df2d53ce9e3d03ce7d7bc2ef31d84c81af09b506135cf66e87cb836fe2f59
+       source = git+https://github.com/pypa/twine.git#tag=6.0.1
+       sha512sums = 
7acd424550a9c078435d5c43b20d9d36b2fcc539ee064a6dcf47f06ac9ec1aa7d7b9e1035fe14ef821341b03468db7e4558e15e46fe58b4041c6e6aabf90338d
 
 pkgname = twine


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Chris Warrick <a...@chriswarrick.com>
 
 pkgname=twine
-pkgver=5.1.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
@@ -18,13 +18,7 @@ provides=('python-twine')
 conflicts=('python-twine')
 replaces=('python-twine')
 source=("git+https://github.com/pypa/twine.git#tag=$pkgver";)
-sha512sums=('127718f293702e29ae5cd90efaacf8093d77f0ee8c5fa6ec949c960057081b72b17df2d53ce9e3d03ce7d7bc2ef31d84c81af09b506135cf66e87cb836fe2f59')
-
-prepare() {
-  cd $pkgname
-  # Fix metadata tests
-  git cherry-pick -n 9eb9269e8c0ab0f53010a4b7b6cf466fd6f0090f
-}
+sha512sums=('7acd424550a9c078435d5c43b20d9d36b2fcc539ee064a6dcf47f06ac9ec1aa7d7b9e1035fe14ef821341b03468db7e4558e15e46fe58b4041c6e6aabf90338d')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/twine/-/commit/26c33a634abe4d179b087958a15f6faa368fcf13

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/twine/-/commit/26c33a634abe4d179b087958a15f6faa368fcf13
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to