pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fixtures
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 15 08:02:00 UTC 2025
Modified Files:
pkgsrc/devel/py-fixtures: Makefile distinfo
Log Message:
py-fixtures: updated to 4.2.2
4.2.2
* Release 4.2.2
4.2.1
* Release 4.2.1
4.2.0
* Release 4.2.0
* Add support for Python 3.13
* Remove more bits of Python < 3.8 support
* Drop support for external mock package
* Fix rst2html invocation
* Drop python 3.7 support
* Test Python 3.12 also via tox
* Enable Python 3.12 support
* Run ruff in CI
* Fix ruff issues
* Use code-block directive for python code
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-fixtures/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-fixtures/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-fixtures/Makefile
diff -u pkgsrc/devel/py-fixtures/Makefile:1.13 pkgsrc/devel/py-fixtures/Makefile:1.14
--- pkgsrc/devel/py-fixtures/Makefile:1.13 Mon Nov 11 07:28:08 2024
+++ pkgsrc/devel/py-fixtures/Makefile Wed Jan 15 08:02:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:28:08 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/15 08:02:00 adam Exp $
-DISTNAME= fixtures-4.1.0
+DISTNAME= fixtures-4.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fixtures/}
@@ -10,8 +10,8 @@ HOMEPAGE= https://pypi.python.org/pypi/f
COMMENT= Fixtures, reusable state for writing clean tests and more
LICENSE= apache-2.0 OR modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-pbr>=5.7.0:../../devel/py-pbr
# needs py-testtools for testing, but that depends on this
#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
Index: pkgsrc/devel/py-fixtures/distinfo
diff -u pkgsrc/devel/py-fixtures/distinfo:1.4 pkgsrc/devel/py-fixtures/distinfo:1.5
--- pkgsrc/devel/py-fixtures/distinfo:1.4 Mon Dec 11 17:14:48 2023
+++ pkgsrc/devel/py-fixtures/distinfo Wed Jan 15 08:02:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/12/11 17:14:48 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/01/15 08:02:00 adam Exp $
-BLAKE2s (fixtures-4.1.0.tar.gz) = a2e0f7f2ada625063d31cb6c2bb04f37fdf017b712741e17378c960b2d7c8d62
-SHA512 (fixtures-4.1.0.tar.gz) = 6897449fdefd07abe7714186b366fdf4505283f6747f8fa4d17044bc45da58eb36e69d89381527ccecb98e6c62c58bc6d4f558af41cbfc87b0221ae60ba71ff6
-Size (fixtures-4.1.0.tar.gz) = 58561 bytes
+BLAKE2s (fixtures-4.2.2.tar.gz) = 5de71a45d0e07b67d27390034c773cd8522f5e7fa21cf65721153244f2f2932f
+SHA512 (fixtures-4.2.2.tar.gz) = fabb1092bee985d446e7f6eccb7f61d7e89a50b6fb98455d3ea6a45670568a4200fd57409ab78edf288c4103c45f5bf0bd62fc9886a6f9101c1d626078b1fb38
+Size (fixtures-4.2.2.tar.gz) = 59199 bytes
Home |
Main Index |
Thread Index |
Old Index