* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-04-20 16:58 Patrick McLean
0 siblings, 0 replies; 13+ messages in thread
From: Patrick McLean @ 2023-04-20 16:58 UTC (permalink / raw
To: gentoo-commits
commit: a1ea59538c79d2416a19c06b7783939bae3dd639
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 19:29:38 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:57:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ea5953
dev-python/looseversion: new package, add 1.1.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/looseversion/Manifest | 1 +
dev-python/looseversion/looseversion-1.1.2.ebuild | 24 +++++++++++++++++++++++
dev-python/looseversion/metadata.xml | 11 +++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-python/looseversion/Manifest b/dev-python/looseversion/Manifest
new file mode 100644
index 000000000000..7fb61862231d
--- /dev/null
+++ b/dev-python/looseversion/Manifest
@@ -0,0 +1 @@
+DIST looseversion-1.1.2.tar.gz 8393 BLAKE2B 4ed8bdf5b7a1e249a9a889d60e5604ff5027e924a10a686b7def882eccb40450564721ceee7adc3860c6bd85188c5fb619ad461fa9fd4f31c8ca09e1d49331b9 SHA512 476cc7b57a9eebdc1c58506f4c394db9a338b4b9689fdfa171aa736fabe62282438d50923a834db104603f09eea44197623e89adcda3121fa522a3fa40585a25
diff --git a/dev-python/looseversion/looseversion-1.1.2.ebuild b/dev-python/looseversion/looseversion-1.1.2.ebuild
new file mode 100644
index 000000000000..064ff7ee6400
--- /dev/null
+++ b/dev-python/looseversion/looseversion-1.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+inherit pypi distutils-r1
+
+DESCRIPTION="A backwards/forwards-compatible fork of distutils.version.LooseVersion"
+HOMEPAGE="
+ https://pypi.org/project/looseversion/
+ https://github.com/effigies/looseversion
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest tests.py
+}
diff --git a/dev-python/looseversion/metadata.xml b/dev-python/looseversion/metadata.xml
new file mode 100644
index 000000000000..56ad4b03476e
--- /dev/null
+++ b/dev-python/looseversion/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">looseversion</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-04-22 7:56 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2023-04-22 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 6da3f3863d739bcbe552465e72fec2ab4f6c6722
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 07:56:43 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 07:56:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da3f386
dev-python/looseversion: Keyword 1.1.2 riscv, #904721
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/looseversion/looseversion-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/looseversion/looseversion-1.1.2.ebuild b/dev-python/looseversion/looseversion-1.1.2.ebuild
index 064ff7ee6400..994d7b5472ca 100644
--- a/dev-python/looseversion/looseversion-1.1.2.ebuild
+++ b/dev-python/looseversion/looseversion-1.1.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-04-22 15:11 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-04-22 15:11 UTC (permalink / raw
To: gentoo-commits
commit: cad2d376dbe1a75ea4ba41e2ae16574ca8a963d4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 15:11:33 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 15:11:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad2d376
dev-python/looseversion: Keyword 1.1.2 x86, #904721
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/looseversion/looseversion-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/looseversion/looseversion-1.1.2.ebuild b/dev-python/looseversion/looseversion-1.1.2.ebuild
index 994d7b5472ca..cb47cd8a50d2 100644
--- a/dev-python/looseversion/looseversion-1.1.2.ebuild
+++ b/dev-python/looseversion/looseversion-1.1.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-05-26 17:44 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-05-26 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 2d4e1bca7b3c464297570a2481215388b5a8e321
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 17:42:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 17:42:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4e1bca
dev-python/looseversion: Add GH remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/looseversion/metadata.xml b/dev-python/looseversion/metadata.xml
index 56ad4b03476e..41681869889d 100644
--- a/dev-python/looseversion/metadata.xml
+++ b/dev-python/looseversion/metadata.xml
@@ -6,6 +6,7 @@
<name>Patrick McLean</name>
</maintainer>
<upstream>
+ <remote-id type="github">effigies/looseversion</remote-id>
<remote-id type="pypi">looseversion</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-05-26 17:44 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-05-26 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 34384aa0f44f6b4162c565d032efd0520376d43a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 17:33:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 17:33:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34384aa0
dev-python/looseversion: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/Manifest | 1 +
dev-python/looseversion/looseversion-1.2.0.ebuild | 25 +++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/looseversion/Manifest b/dev-python/looseversion/Manifest
index 7fb61862231d..b3070ec0b8e0 100644
--- a/dev-python/looseversion/Manifest
+++ b/dev-python/looseversion/Manifest
@@ -1 +1,2 @@
DIST looseversion-1.1.2.tar.gz 8393 BLAKE2B 4ed8bdf5b7a1e249a9a889d60e5604ff5027e924a10a686b7def882eccb40450564721ceee7adc3860c6bd85188c5fb619ad461fa9fd4f31c8ca09e1d49331b9 SHA512 476cc7b57a9eebdc1c58506f4c394db9a338b4b9689fdfa171aa736fabe62282438d50923a834db104603f09eea44197623e89adcda3121fa522a3fa40585a25
+DIST looseversion-1.2.0.tar.gz 8614 BLAKE2B 3a4736fc8ab7a8521d3ee9d461f263253f1e7ec13002bd72a3a785aa0d1e60910bc0756ff05c24b89dca3052a142c38d4ac950dd32904c6849990078bbce414c SHA512 f0c991af7f972d9b50fabceceba47477d2b4eec937267c0100e73d55559a3d8d304fd873f1e7050dfdba2dd8c0c92db83d3ef440cf7842cda902dd87bc6a5adb
diff --git a/dev-python/looseversion/looseversion-1.2.0.ebuild b/dev-python/looseversion/looseversion-1.2.0.ebuild
new file mode 100644
index 000000000000..5c9fd3fcb651
--- /dev/null
+++ b/dev-python/looseversion/looseversion-1.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit pypi distutils-r1
+
+DESCRIPTION="A backwards/forwards-compatible fork of distutils.version.LooseVersion"
+HOMEPAGE="
+ https://pypi.org/project/looseversion/
+ https://github.com/effigies/looseversion
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest tests.py
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-05-26 17:44 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-05-26 17:44 UTC (permalink / raw
To: gentoo-commits
commit: ce62767a185bee96a3015f6bba7a40a381366e16
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 17:33:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 17:33:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce62767a
dev-python/looseversion: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/looseversion-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/looseversion/looseversion-1.2.0.ebuild b/dev-python/looseversion/looseversion-1.2.0.ebuild
index 5c9fd3fcb651..6654b11d9f0b 100644
--- a/dev-python/looseversion/looseversion-1.2.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit pypi distutils-r1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-05-26 17:44 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-05-26 17:44 UTC (permalink / raw
To: gentoo-commits
commit: f2d9c829d1b0dda87b51dd12f66e84c3ea412de5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 17:42:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 17:42:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d9c829
dev-python/looseversion: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/looseversion/metadata.xml b/dev-python/looseversion/metadata.xml
index 41681869889d..7fb287c14b07 100644
--- a/dev-python/looseversion/metadata.xml
+++ b/dev-python/looseversion/metadata.xml
@@ -5,6 +5,11 @@
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">effigies/looseversion</remote-id>
<remote-id type="pypi">looseversion</remote-id>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-07-06 3:31 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-07-06 3:31 UTC (permalink / raw
To: gentoo-commits
commit: 7cadac3ffa0b500b9f9a1682b53b5f53bad7cc7f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 02:46:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 03:30:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cadac3f
dev-python/looseversion: Bump to 1.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/Manifest | 1 +
dev-python/looseversion/looseversion-1.3.0.ebuild | 25 +++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/looseversion/Manifest b/dev-python/looseversion/Manifest
index b3070ec0b8e0..6dd0d1eab9b6 100644
--- a/dev-python/looseversion/Manifest
+++ b/dev-python/looseversion/Manifest
@@ -1,2 +1,3 @@
DIST looseversion-1.1.2.tar.gz 8393 BLAKE2B 4ed8bdf5b7a1e249a9a889d60e5604ff5027e924a10a686b7def882eccb40450564721ceee7adc3860c6bd85188c5fb619ad461fa9fd4f31c8ca09e1d49331b9 SHA512 476cc7b57a9eebdc1c58506f4c394db9a338b4b9689fdfa171aa736fabe62282438d50923a834db104603f09eea44197623e89adcda3121fa522a3fa40585a25
DIST looseversion-1.2.0.tar.gz 8614 BLAKE2B 3a4736fc8ab7a8521d3ee9d461f263253f1e7ec13002bd72a3a785aa0d1e60910bc0756ff05c24b89dca3052a142c38d4ac950dd32904c6849990078bbce414c SHA512 f0c991af7f972d9b50fabceceba47477d2b4eec937267c0100e73d55559a3d8d304fd873f1e7050dfdba2dd8c0c92db83d3ef440cf7842cda902dd87bc6a5adb
+DIST looseversion-1.3.0.tar.gz 8799 BLAKE2B 75664c31164062178986a14ff2fcc1a4c3c2c8e5bab9728477c33c73076833b5fdc8d55ebf7444f809a9a3e6152eb9c51888b8227efd4ac5f865890da8ec0472 SHA512 a54c788ba698b07308cfc75b5afba2cda59451d72d178be92b43c433deac9b24bffafa26f121af79a3d42eca8f83e7f50477498e1a17aec47cc213d39aa47eb2
diff --git a/dev-python/looseversion/looseversion-1.3.0.ebuild b/dev-python/looseversion/looseversion-1.3.0.ebuild
new file mode 100644
index 000000000000..6654b11d9f0b
--- /dev/null
+++ b/dev-python/looseversion/looseversion-1.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit pypi distutils-r1
+
+DESCRIPTION="A backwards/forwards-compatible fork of distutils.version.LooseVersion"
+HOMEPAGE="
+ https://pypi.org/project/looseversion/
+ https://github.com/effigies/looseversion
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest tests.py
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2023-07-24 11:32 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-07-24 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 8eab99336ff3ad27e957c856a71530dea84b387b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:19:13 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:32:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eab9933
dev-python/looseversion: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/Manifest | 2 --
dev-python/looseversion/looseversion-1.1.2.ebuild | 24 ----------------------
dev-python/looseversion/looseversion-1.2.0.ebuild | 25 -----------------------
3 files changed, 51 deletions(-)
diff --git a/dev-python/looseversion/Manifest b/dev-python/looseversion/Manifest
index 6dd0d1eab9b6..be908ce41c35 100644
--- a/dev-python/looseversion/Manifest
+++ b/dev-python/looseversion/Manifest
@@ -1,3 +1 @@
-DIST looseversion-1.1.2.tar.gz 8393 BLAKE2B 4ed8bdf5b7a1e249a9a889d60e5604ff5027e924a10a686b7def882eccb40450564721ceee7adc3860c6bd85188c5fb619ad461fa9fd4f31c8ca09e1d49331b9 SHA512 476cc7b57a9eebdc1c58506f4c394db9a338b4b9689fdfa171aa736fabe62282438d50923a834db104603f09eea44197623e89adcda3121fa522a3fa40585a25
-DIST looseversion-1.2.0.tar.gz 8614 BLAKE2B 3a4736fc8ab7a8521d3ee9d461f263253f1e7ec13002bd72a3a785aa0d1e60910bc0756ff05c24b89dca3052a142c38d4ac950dd32904c6849990078bbce414c SHA512 f0c991af7f972d9b50fabceceba47477d2b4eec937267c0100e73d55559a3d8d304fd873f1e7050dfdba2dd8c0c92db83d3ef440cf7842cda902dd87bc6a5adb
DIST looseversion-1.3.0.tar.gz 8799 BLAKE2B 75664c31164062178986a14ff2fcc1a4c3c2c8e5bab9728477c33c73076833b5fdc8d55ebf7444f809a9a3e6152eb9c51888b8227efd4ac5f865890da8ec0472 SHA512 a54c788ba698b07308cfc75b5afba2cda59451d72d178be92b43c433deac9b24bffafa26f121af79a3d42eca8f83e7f50477498e1a17aec47cc213d39aa47eb2
diff --git a/dev-python/looseversion/looseversion-1.1.2.ebuild b/dev-python/looseversion/looseversion-1.1.2.ebuild
deleted file mode 100644
index cb47cd8a50d2..000000000000
--- a/dev-python/looseversion/looseversion-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit pypi distutils-r1
-
-DESCRIPTION="A backwards/forwards-compatible fork of distutils.version.LooseVersion"
-HOMEPAGE="
- https://pypi.org/project/looseversion/
- https://github.com/effigies/looseversion
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}
diff --git a/dev-python/looseversion/looseversion-1.2.0.ebuild b/dev-python/looseversion/looseversion-1.2.0.ebuild
deleted file mode 100644
index 6654b11d9f0b..000000000000
--- a/dev-python/looseversion/looseversion-1.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit pypi distutils-r1
-
-DESCRIPTION="A backwards/forwards-compatible fork of distutils.version.LooseVersion"
-HOMEPAGE="
- https://pypi.org/project/looseversion/
- https://github.com/effigies/looseversion
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2024-04-19 10:14 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-04-19 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 294b90307b64e94b32f6c949d137b797d9c0a790
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 10:13:54 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:13:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294b9030
dev-python/looseversion: Stabilize 1.3.0 amd64, #930193
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/looseversion/looseversion-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/looseversion/looseversion-1.3.0.ebuild b/dev-python/looseversion/looseversion-1.3.0.ebuild
index 6654b11d9f0b..b899863d3c74 100644
--- a/dev-python/looseversion/looseversion-1.3.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2024-05-18 5:50 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2024-05-18 5:50 UTC (permalink / raw
To: gentoo-commits
commit: 40056818ae301159f14c0d91073e49558e46f4ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 05:41:44 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 05:50:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40056818
dev-python/looseversion: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/looseversion-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/looseversion/looseversion-1.3.0.ebuild b/dev-python/looseversion/looseversion-1.3.0.ebuild
index b899863d3c74..60a6c58d6f8e 100644
--- a/dev-python/looseversion/looseversion-1.3.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.3.0.ebuild
@@ -4,14 +4,14 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit pypi distutils-r1
DESCRIPTION="A backwards/forwards-compatible fork of distutils.version.LooseVersion"
HOMEPAGE="
https://pypi.org/project/looseversion/
- https://github.com/effigies/looseversion
+ https://github.com/effigies/looseversion/
"
LICENSE="PSF-2"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2024-09-20 10:21 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-09-20 10:21 UTC (permalink / raw
To: gentoo-commits
commit: ec9f3b1c6715e3c6f5766f6745362579aa57ab7a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 10:20:38 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 10:20:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9f3b1c
dev-python/looseversion: Stabilize 1.3.0 x86, #930193
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/looseversion/looseversion-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/looseversion/looseversion-1.3.0.ebuild b/dev-python/looseversion/looseversion-1.3.0.ebuild
index 60a6c58d6f8e..2156acc24a6e 100644
--- a/dev-python/looseversion/looseversion-1.3.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/
@ 2025-02-27 20:59 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-02-27 20:59 UTC (permalink / raw
To: gentoo-commits
commit: cf05fc267412334308ce700505030fbc99ce0f6b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:23:51 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:57:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf05fc26
dev-python/looseversion: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/looseversion-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/looseversion/looseversion-1.3.0.ebuild b/dev-python/looseversion/looseversion-1.3.0.ebuild
index 2156acc24a6e..2809a7cc92db 100644
--- a/dev-python/looseversion/looseversion-1.3.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit pypi distutils-r1
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-02-27 20:59 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26 17:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/looseversion/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:59 Michał Górny
2024-09-20 10:21 Arthur Zamarin
2024-05-18 5:50 Michał Górny
2024-04-19 10:14 Arthur Zamarin
2023-07-24 11:32 Michał Górny
2023-07-06 3:31 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-04-22 15:11 Arthur Zamarin
2023-04-22 7:56 Jakov Smolić
2023-04-20 16:58 Patrick McLean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox