pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fire
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 14 16:53:17 UTC 2024
Modified Files:
pkgsrc/devel/py-fire: Makefile distinfo
Log Message:
py-fire: updated to 0.7.0
Python Fire v0.7.0
Notable in this release:
This release is the first to drop Python 2 support. For Python 2 users, use <= 0.6.0.
CI improvements from @Borda including dependabot and an expanded build matrix
What's Changed
adding GH dependabot
Bump the pip group with 2 updates
Update hypothesis requirement from <6.62.0 to <6.100.0 in /.github/scripts
Removed pipes dependency
Update termcolor requirement from <2.2.0 to <2.5.0 in /.github/scripts
Update mock requirement from <5.0.0 to <6.0.0 in /.github/scripts
Update pytest requirement from <=7.2.1 to <=8.1.1 in /.github/scripts
Update pytest-runner requirement from <6.0.0 to <7.0.0 in /.github/scripts
fix typo in dependabot group
Update setuptools requirement from <=69.1.1 to <=69.2.0 in /.github/scripts
Update hypothesis requirement from <6.100.0 to <6.101.0 in /.github/scripts
Update levenshtein requirement from <=0.25.0 to <=0.25.1 in /.github/scripts
Use ast.Constant for recent Python versions
Remove future imports now that we've dropped support for Python 2
remove six: Replace six.string_types and six.integer_types, etc.
Remove sys.version_info checks
Update setuptools requirement from <=69.2.0 to <=75.1.0 in /.github/scripts
Simplify requirements.txt by assuming Python 3
Update hypothesis requirement from <6.101.0 to <6.113.0 in /.github/scripts
Remove mock in favor of unittest.mock
Update pytest requirement from <=8.1.1 to <=8.3.3 in /.github/scripts
Update label used by dependabot
Update levenshtein requirement from <=0.25.1 to <=0.26.0 in /.github/scripts
Upgrade pylint version
Run github action on pull_request
Add current system MSYS check
Remove .format in favor of f-strings
Remove six from console, eliminates six entirely
Move asyncio imports and update docs
Include Python 3.13 in github actions
Continue upgrade of codebase to Python 3
update required Python 3.7 in setup.py
Lint improvements and type safety
ci: expand build matrix for major OS
Replace Python 2 type hints with real type annotations
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-fire/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-fire/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-fire/Makefile
diff -u pkgsrc/devel/py-fire/Makefile:1.8 pkgsrc/devel/py-fire/Makefile:1.9
--- pkgsrc/devel/py-fire/Makefile:1.8 Mon Oct 14 06:45:38 2024
+++ pkgsrc/devel/py-fire/Makefile Mon Oct 14 16:53:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/10/14 06:45:38 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/10/14 16:53:17 adam Exp $
-DISTNAME= fire-0.6.0
+DISTNAME= fire-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fire/}
@@ -12,11 +12,9 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-Levenshtein-[0-9]*:../../textproc/py-Levenshtein
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-fire/distinfo
diff -u pkgsrc/devel/py-fire/distinfo:1.2 pkgsrc/devel/py-fire/distinfo:1.3
--- pkgsrc/devel/py-fire/distinfo:1.2 Mon Apr 29 10:45:24 2024
+++ pkgsrc/devel/py-fire/distinfo Mon Oct 14 16:53:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/29 10:45:24 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/10/14 16:53:17 adam Exp $
-BLAKE2s (fire-0.6.0.tar.gz) = 071b7caed4a4f6db700f58d6d306101679dae311bcf30419267834fb5d9a300a
-SHA512 (fire-0.6.0.tar.gz) = 491f224d31038494be2f40dd55e8713da20e4a20dc044ed1346deaeff69d65908ac754679b36ae1dbf42319c26cb30acc664a444f2d735d173971001447a9dd3
-Size (fire-0.6.0.tar.gz) = 88439 bytes
+BLAKE2s (fire-0.7.0.tar.gz) = 546c3d8f47f70a48708226435924036763abbe68d40d56c7e435f69c5b3aae22
+SHA512 (fire-0.7.0.tar.gz) = f451c19dde5359fc63298ef48f6cc9b2626f6693769d41031232eff024895b0f7f6679adc9ad5c5eb9036fad80b86fd787c2f4aaee4961c109904b8381c94119
+Size (fire-0.7.0.tar.gz) = 87189 bytes
Home |
Main Index |
Thread Index |
Old Index