Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-distlib


Commits:
8177b044 by Carl Smedstad at 2024-11-18T10:46:15+01:00
Use SPDX license identifier

- - - - -
c9f2b361 by Carl Smedstad at 2024-11-18T12:30:10+01:00
Source pkgver tag instead of hard-coded commit

- - - - -
f0243ffe by Carl Smedstad at 2024-11-18T12:33:23+01:00
upgpkg: 0.3.9-1: Upstream release

https://github.com/pypa/distlib/releases/tag/0.3.9

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
 pkgbase = python-distlib
        pkgdesc = Low-level functions that relate to packaging and distribution 
of Python software
-       pkgver = 0.3.8
-       pkgrel = 2
+       pkgver = 0.3.9
+       pkgrel = 1
        url = https://distlib.readthedocs.io
        arch = any
-       license = PSF
+       license = PSF-2.0
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = 
python-distlib::git+https://github.com/vsajip/distlib#commit=ab5f8e797fbc56a0e3488bba68d05e7a602cb63f
-       b2sums = SKIP
+       source = 
python-distlib::git+https://github.com/pypa/distlib.git#tag=0.3.9
+       b2sums = 
816f3d98d7e5f8bb12ae65685cf731c6a67c596d337474d618c90cb5d83a82f21fbee40d6d76f39791fa8770cb0282b2c45ff212d42e0e535403f9990380fd97
 
 pkgname = python-distlib


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 # Contributor: Eli Schwartz <[email protected]>
 
 pkgname=python-distlib
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
 pkgdesc='Low-level functions that relate to packaging and distribution of 
Python software'
 arch=('any')
 url='https://distlib.readthedocs.io'
-license=('PSF')
+license=('PSF-2.0')
 depends=('python')
 makedepends=(
   'git'
@@ -16,9 +16,8 @@ makedepends=(
   'python-setuptools'
   'python-wheel'
 )
-_commit='ab5f8e797fbc56a0e3488bba68d05e7a602cb63f'
-source=("$pkgname::git+https://github.com/vsajip/distlib#commit=$_commit";)
-b2sums=('SKIP')
+source=("$pkgname::git+https://github.com/pypa/distlib.git#tag=$pkgver";)
+b2sums=('816f3d98d7e5f8bb12ae65685cf731c6a67c596d337474d618c90cb5d83a82f21fbee40d6d76f39791fa8770cb0282b2c45ff212d42e0e535403f9990380fd97')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-distlib/-/compare/80bda31017d7aaa395b9ee02dcbf39a01f9d54ec...f0243ffecd5acd9506e90d6e7d4395c5170eb02e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-distlib/-/compare/80bda31017d7aaa395b9ee02dcbf39a01f9d54ec...f0243ffecd5acd9506e90d6e7d4395c5170eb02e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to