[arch-commits] Commit in python-license-expression/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sun May 22 07:36:30 UTC 2022


    Date: Sunday, May 22, 2022 @ 07:36:29
  Author: grawlinson
Revision: 1209973

upgpkg: python-license-expression 30.0.0-1

* New upstream release.
* Remove version fix for boolean.py.

Modified:
  python-license-expression/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 07:29:26 UTC (rev 1209972)
+++ PKGBUILD	2022-05-22 07:36:29 UTC (rev 1209973)
@@ -4,8 +4,8 @@
 # SPDX-License-Identifier: CC0-1.0
 
 pkgname=python-license-expression
-pkgver=21.6.14
-pkgrel=5
+pkgver=30.0.0
+pkgrel=1
 pkgdesc='Utility to parse, normalize and compare license expressions'
 arch=('any')
 url='https://github.com/nexB/license-expression'
@@ -24,7 +24,7 @@
   'python-pytest'
   'python-pytest-xdist'
 )
-_commit='475a246eb3d5281cc63b90345fcba080bfefb21b'
+_commit='5f4febb6df2b644706839e42ba4310de9e2dccba'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 
@@ -41,11 +41,6 @@
   sed \
     -i pyproject.toml \
     -e "s/^fallback_version =.*/fallback_version = \"$pkgver\"/"
-
-  # remove version constraint for python-boolean.py
-  sed \
-    -i setup.cfg \
-    -e 's/\(boolean.py\).*$/\1/'
 }
 
 build() {



More information about the arch-commits mailing list