George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-utidylib


Commits:
2e80b3d5 by George Rawlinson at 2026-01-09T00:21:43+00:00
reuse: simplify conf

- - - - -
8343a090 by George Rawlinson at 2026-01-09T00:23:05+00:00
upgpkg: 1.0.0-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-utidylib
        pkgdesc = Python wrapper for the HTML cleaning library named TidyLib
-       pkgver = 0.10
-       pkgrel = 2
+       pkgver = 1.0.0
+       pkgrel = 1
        url = https://github.com/nijel/utidylib
        arch = any
        license = MIT
@@ -15,8 +15,8 @@ pkgbase = python-utidylib
        makedepends = python-sphinx-furo
        depends = python
        depends = tidy
-       source = 
python-utidylib::git+https://github.com/nijel/utidylib#tag=v0.10
-       sha512sums = 
c8cc6515f9e6d413aadf2fe511c97f219aa4c71bf7c2df27f5ccff000008bc937f7aceec11b6caf5c25227eeb44475ce9b74d0bea07ab7ad9878ddd714c3e090
-       b2sums = 
898fbd92cbb397ca94020095317f6ca46d5f193174377fb525f129841106bef2cf306b0c1c46b08b0b12d164acf6cda9c8e494977090225791c4fcd2f31e84b6
+       source = 
python-utidylib::git+https://github.com/nijel/utidylib#tag=v1.0.0
+       sha512sums = 
2da8154428b12f1bd89c45e2eb2904f300a9143ed5c6f74ec613d41e3168f5744c4e8b717802c1fff637eece30c72bb1bd2afe55c5eca2b63bb2d2f91791a07f
+       b2sums = 
e9bc3be6d8cac39a9426dea2c1ff14d63bfa4237aba333b90a3b3a6140431674fd5f43249649ef8d9c7be797c37b61f0a6a4826f93a122b5ae10d01beb5f80af
 
 pkgname = python-utidylib


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=python-utidylib
-pkgver=0.10
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Python wrapper for the HTML cleaning library named TidyLib'
 arch=(any)
 url='https://github.com/nijel/utidylib'
@@ -22,8 +22,8 @@ makedepends=(
 )
 checkdepends=(python-pytest)
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('c8cc6515f9e6d413aadf2fe511c97f219aa4c71bf7c2df27f5ccff000008bc937f7aceec11b6caf5c25227eeb44475ce9b74d0bea07ab7ad9878ddd714c3e090')
-b2sums=('898fbd92cbb397ca94020095317f6ca46d5f193174377fb525f129841106bef2cf306b0c1c46b08b0b12d164acf6cda9c8e494977090225791c4fcd2f31e84b6')
+sha512sums=('2da8154428b12f1bd89c45e2eb2904f300a9143ed5c6f74ec613d41e3168f5744c4e8b717802c1fff637eece30c72bb1bd2afe55c5eca2b63bb2d2f91791a07f')
+b2sums=('e9bc3be6d8cac39a9426dea2c1ff14d63bfa4237aba333b90a3b3a6140431674fd5f43249649ef8d9c7be797c37b61f0a6a4826f93a122b5ae10d01beb5f80af')
 
 build() {
   cd "$pkgname"


=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
     "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-utidylib/-/compare/a54246a39219d6b5432791397cf15de74da7e5b2...8343a0905ea8f83d6d4044d34b28ce768ed87892

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-utidylib/-/compare/a54246a39219d6b5432791397cf15de74da7e5b2...8343a0905ea8f83d6d4044d34b28ce768ed87892
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to