commit: d29e42662738e1cc67215f84ba720afe13261852
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 07:15:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 07:33:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29e4266
dev-python/cattrs: Adjust snapshot version to 23.2.4_pre20240627
Upstream setuptools_scm config uses a subsequent prerelease version
number by default, so do the same here.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...{cattrs-23.2.3_p20240627.ebuild => cattrs-23.2.4_pre20240627.ebuild} | 2 +-
....2.3_p20240627-py313.patch => cattrs-23.2.4_pre20240627-py313.patch} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cattrs/cattrs-23.2.3_p20240627.ebuild
b/dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
similarity index 98%
rename from dev-python/cattrs/cattrs-23.2.3_p20240627.ebuild
rename to dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
index e2d1c45b9ba8..92b15ea9501b 100644
--- a/dev-python/cattrs/cattrs-23.2.3_p20240627.ebuild
+++ b/dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
@@ -61,7 +61,7 @@ PATCHES=(
"${FILESDIR}/${P}-py313.patch"
)
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_p/+}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_pre/.dev}
python_test() {
local EPYTEST_IGNORE=(
diff --git a/dev-python/cattrs/files/cattrs-23.2.3_p20240627-py313.patch
b/dev-python/cattrs/files/cattrs-23.2.4_pre20240627-py313.patch
similarity index 100%
rename from dev-python/cattrs/files/cattrs-23.2.3_p20240627-py313.patch
rename to dev-python/cattrs/files/cattrs-23.2.4_pre20240627-py313.patch