[arch-commits] Commit in python-dephell-pythons/trunk (3 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 13:56:16 UTC 2021
Date: Thursday, December 2, 2021 @ 13:56:15
Author: foutrelis
Revision: 1061908
Add 3.10 to PYTHONS_POPULAR
Added:
python-dephell-pythons/trunk/python310.patch
(from rev 1061907, python-dephell-pythons/trunk/py39.patch)
Modified:
python-dephell-pythons/trunk/PKGBUILD
Deleted:
python-dephell-pythons/trunk/py39.patch
-----------------+
PKGBUILD | 8 ++++----
py39.patch | 14 --------------
python310.patch | 14 ++++++++++++++
3 files changed, 18 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 13:11:45 UTC (rev 1061907)
+++ PKGBUILD 2021-12-02 13:56:15 UTC (rev 1061908)
@@ -12,15 +12,15 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
- py39.patch)
+ python310.patch)
sha256sums=('804c29afa2147322aa23e791f591d0204fd1e9983afa7d91e1d1452fc7be1c5c'
- 'f12e9736ef37020e8d2883a450b184922dc5beddd953eeca68fae2d0a335fd3c')
+ 'af9b91a0f56553956e24e9737042ead24828b6b9d1401be3b2cb2841ea1ab9fe')
b2sums=('49a892c221b188407938d0254e7336a9d63697acb6106fb82ecbaef2ce7e81b62a1570431ec0a064d58562e359045406ec206bcd0590548f3afa82153b05b06e'
- '3a0ae636ffd37dd3e7b5aeb0d6d9209328606b50e02a1684b021854e609ad59f98805ef665e94b223d52cd3bdb8a08c62eade57539d8a6dd9c19fcc097271ff4')
+ '33aa9521fbc63c2a32bc4c44ef4ead4cad1168de5085bff2170182cbad962e750c5f26ba1a28ca59c4447cd1bd61c982f8ef5de67f916acb5c6f1727d37f9c5c')
prepare() {
cd "${srcdir}"/${_pkgname}-${pkgver}
- patch -Np1 -i ../py39.patch
+ patch -Np1 -i ../python310.patch
}
build(){
Deleted: py39.patch
===================================================================
--- py39.patch 2021-12-02 13:11:45 UTC (rev 1061907)
+++ py39.patch 2021-12-02 13:56:15 UTC (rev 1061908)
@@ -1,14 +0,0 @@
-diff -upr dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py dephell_pythons-0.1.15/dephell_pythons/_constants.py
---- dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py 2019-12-18 16:15:47.000000000 +0200
-+++ dephell_pythons-0.1.15/dephell_pythons/_constants.py 2020-11-12 09:11:15.299174412 +0200
-@@ -6,8 +6,8 @@ import platform
- IS_WINDOWS = (os.name == 'nt' or platform.system() == 'Windows')
-
- PYTHONS_DEPRECATED = ('2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4')
--PYTHONS_POPULAR = ('3.5', '3.6', '3.7')
--PYTHONS_UNRELEASED = ('3.8', '4.0')
-+PYTHONS_POPULAR = ('3.5', '3.6', '3.7', '3.8', '3.9')
-+PYTHONS_UNRELEASED = ('4.0',)
- PYTHONS = PYTHONS_POPULAR + tuple(reversed(PYTHONS_DEPRECATED)) + PYTHONS_UNRELEASED
-
- PYTHON_IMPLEMENTATIONS = (
Copied: python-dephell-pythons/trunk/python310.patch (from rev 1061907, python-dephell-pythons/trunk/py39.patch)
===================================================================
--- python310.patch (rev 0)
+++ python310.patch 2021-12-02 13:56:15 UTC (rev 1061908)
@@ -0,0 +1,14 @@
+diff -upr dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py dephell_pythons-0.1.15/dephell_pythons/_constants.py
+--- dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py 2019-12-18 16:15:47.000000000 +0200
++++ dephell_pythons-0.1.15/dephell_pythons/_constants.py 2020-11-12 09:11:15.299174412 +0200
+@@ -6,8 +6,8 @@ import platform
+ IS_WINDOWS = (os.name == 'nt' or platform.system() == 'Windows')
+
+ PYTHONS_DEPRECATED = ('2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4')
+-PYTHONS_POPULAR = ('3.5', '3.6', '3.7')
+-PYTHONS_UNRELEASED = ('3.8', '4.0')
++PYTHONS_POPULAR = ('3.5', '3.6', '3.7', '3.8', '3.9', '3.10')
++PYTHONS_UNRELEASED = ('4.0',)
+ PYTHONS = PYTHONS_POPULAR + tuple(reversed(PYTHONS_DEPRECATED)) + PYTHONS_UNRELEASED
+
+ PYTHON_IMPLEMENTATIONS = (
More information about the arch-commits
mailing list