Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-protego


Commits:
2d146381 by Christian Heusel at 2024-04-08T04:31:51+02:00
upgpkg: 0.3.1-1: Update to 0.3.1 and build for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-protego
        pkgdesc = A pure-Python robots.txt parser with support for modern 
conventions
-       pkgver = 0.2.1
-       pkgrel = 3
+       pkgver = 0.3.1
+       pkgrel = 1
        url = https://github.com/scrapy/protego
        arch = any
        license = BSD-3-Clause
@@ -11,7 +11,7 @@ pkgbase = python-protego
        makedepends = python-installer
        makedepends = python-wheel
        depends = python-six
-       source = 
python-protego-0.2.1.tar.gz::https://github.com/scrapy/protego/archive/0.2.1.tar.gz
-       sha512sums = 
ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
+       source = 
python-protego-0.3.1.tar.gz::https://github.com/scrapy/protego/archive/0.3.1.tar.gz
+       sha512sums = 
0f6d2915c189c8c04da30b31bee40773a9cec77f8d1025b498d8ec29aea8a5fe918341b0bae9515b83cb276ed5c9218dcb4b075406ee8d57a503ab761a275338
 
 pkgname = python-protego


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-protego
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="A pure-Python robots.txt parser with support for modern conventions"
 url="https://github.com/scrapy/protego";
 license=('BSD-3-Clause')
@@ -11,7 +11,7 @@ depends=('python-six')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/protego/archive/$pkgver.tar.gz";)
-sha512sums=('ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b')
+sha512sums=('0f6d2915c189c8c04da30b31bee40773a9cec77f8d1025b498d8ec29aea8a5fe918341b0bae9515b83cb276ed5c9218dcb4b075406ee8d57a503ab761a275338')
 
 build() {
   cd protego-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/2d1463818cac5f55caabf405c4eba087f95ca4f7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/2d1463818cac5f55caabf405c4eba087f95ca4f7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to