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


Commits:
14b37420 by Carl Smedstad at 2024-11-21T08:05:37+01:00
Remove unused patches

- - - - -
6d99d0d1 by Carl Smedstad at 2024-11-21T08:06:06+01:00
upgpkg: 1.3.0-2: Python 3.13 rebuild

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- − python-enrich-1.2.7-dependencies.patch
- − python-enrich-1.2.7-remove_mock.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-enrich
        pkgdesc = Extends rich library functionality with a set of changes that 
were not accepted
        pkgver = 1.3.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/pycontribs/enrich
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 pkgname=python-enrich
 _pkgname=${pkgname#python-}
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extends rich library functionality with a set of changes that were 
not accepted"
 arch=(any)
 url="https://github.com/pycontribs/enrich";


=====================================
python-enrich-1.2.7-dependencies.patch deleted
=====================================
@@ -1,42 +0,0 @@
-diff --git c/pyproject.toml w/pyproject.toml
-index 1b5986b..00ccf01 100644
---- c/pyproject.toml
-+++ w/pyproject.toml
-@@ -1,10 +1,7 @@
- [build-system]
- requires = [
--  "pip >= 19.3.1",
--  "setuptools >= 42",
--  "setuptools_scm[toml] >= 3.5.0",
--  "setuptools_scm_git_archive >= 1.1",
--  "wheel >= 0.33.6",
-+  "setuptools >= 45",
-+  "setuptools_scm[toml] >= 7.0.0",
- ]
- build-backend = "setuptools.build_meta"
- 
-diff --git c/setup.cfg w/setup.cfg
-index 811c946..73ff080 100644
---- c/setup.cfg
-+++ w/setup.cfg
-@@ -56,8 +56,7 @@ zip_safe = False
- 
- # These are required during `setup.py` run:
- setup_requires =
--    setuptools_scm >= 1.15.0
--    setuptools_scm_git_archive >= 1.0
-+    setuptools_scm[toml]>=7.0.0
- 
- # These are required in actual runtime:
- install_requires =
-diff --git c/setup.py w/setup.py
-index d58a575..17927f7 100644
---- c/setup.py
-+++ w/setup.py
-@@ -13,5 +13,5 @@ site.ENABLE_USER_SITE = "--user" in sys.argv[1:]
- if __name__ == "__main__":
-     setuptools.setup(
-         use_scm_version={"local_scheme": "no-local-version"},
--        setup_requires=["setuptools_scm[toml]>=3.5.0"],
-+        setup_requires=["setuptools_scm[toml]>=7.0.0"],
-     )


=====================================
python-enrich-1.2.7-remove_mock.patch deleted
=====================================
@@ -1,12 +0,0 @@
-diff --git c/setup.cfg w/setup.cfg
-index 811c946..9e62d34 100644
---- c/setup.cfg
-+++ w/setup.cfg
-@@ -65,7 +65,6 @@ install_requires =
- 
- [options.extras_require]
- test =
--    mock>=3.0.5
-     pytest-cov>=2.7.1
-     pytest-mock>=3.3.1
-     pytest-plus



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-enrich/-/compare/1598bbd82bd059c5d805dcde89df65ab8f6bfc21...6d99d0d1bcdcb625182a49c5c5f73797cb55f8cb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-enrich/-/compare/1598bbd82bd059c5d805dcde89df65ab8f6bfc21...6d99d0d1bcdcb625182a49c5c5f73797cb55f8cb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to