pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-semver
Module Name: pkgsrc
Committed By: adam
Date: Sat Jan 25 11:14:55 UTC 2025
Modified Files:
pkgsrc/devel/py-semver: Makefile distinfo
Log Message:
py-semver: updated to 3.0.4
Version 3.0.4
Bug Fixes
* :gh:`459`: Fix 3.0.3:
* :pr:`457`: Re-enable Trove license identifier
* :pr:`456`: Fix source dist file
Version 3.0.3
Bug Fixes
* :pr:`453`: The check in ``_comparator`` does not match the check in :meth:`Version.compare`.
This breaks comparision with subclasses.
Improved Documentation
* :pr:`435`: Several small improvements for documentation:
* Add meta description to improve SEO
* Use canonicals on ReadTheDocs (commit 87f639f)
* Pin versions for reproducable doc builds (commit 03fb990)
* Add missing :file:`.readthedocs.yaml` file (commit ec9348a)
* Correct some smaller issues when building (commit f65feab)
* :pr:`436`: Move search box more at the top. This makes it easier for
users as if the TOC is long, the search box isn't visible
anymore.
Features
* :pr:`439`: Improve type hints to fix TODOs
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-semver/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-semver/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-semver/Makefile
diff -u pkgsrc/devel/py-semver/Makefile:1.3 pkgsrc/devel/py-semver/Makefile:1.4
--- pkgsrc/devel/py-semver/Makefile:1.3 Mon Nov 11 07:28:23 2024
+++ pkgsrc/devel/py-semver/Makefile Sat Jan 25 11:14:55 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/11/11 07:28:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/25 11:14:55 adam Exp $
-DISTNAME= semver-3.0.2
+DISTNAME= semver-3.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/semver/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
@@ -10,13 +10,14 @@ HOMEPAGE= https://github.com/python-semv
COMMENT= Python package to work with Semantic Versioning
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_LANGUAGES= # none
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/pysemver ${DESTDIR}${PREFIX}/bin/pysemver-${PYVERSSUFFIX}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} pysemver pysemver-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-semver/distinfo
diff -u pkgsrc/devel/py-semver/distinfo:1.1 pkgsrc/devel/py-semver/distinfo:1.2
--- pkgsrc/devel/py-semver/distinfo:1.1 Mon Apr 1 21:43:17 2024
+++ pkgsrc/devel/py-semver/distinfo Sat Jan 25 11:14:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/04/01 21:43:17 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/01/25 11:14:55 adam Exp $
-BLAKE2s (semver-3.0.2.tar.gz) = 36671ac993c9cdc59d61ac89537be37d72165465b5efff28f5beeb62f289f220
-SHA512 (semver-3.0.2.tar.gz) = f7b848f76ae72a8f0f06800d6c02b11a07149dfdff191e356709b75ac15ad19c010d8f13bc32ea082e15858524b38639838fbc09c2d9eb067eee8e163eb1e497
-Size (semver-3.0.2.tar.gz) = 214988 bytes
+BLAKE2s (semver-3.0.4.tar.gz) = 74585211eba9df83370e70e4595caaac4d0d0c76bcc10c4e18afe4eba1cc92bf
+SHA512 (semver-3.0.4.tar.gz) = dde83495fb759d547313b706ba783d0bb23bdc27b84d13bdb0a2b4557677fd07cab396f15b18ba469dbcd494d5c85f815b6206184af3e975b42185624f542c2a
+Size (semver-3.0.4.tar.gz) = 269730 bytes
Home |
Main Index |
Thread Index |
Old Index