pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-looseversion



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Mar 12 02:58:53 UTC 2023

Modified Files:
        pkgsrc/devel/py-looseversion: Makefile PLIST distinfo

Log Message:
py-looseversion: update to 1.1.2

### 1.1.2 (22 Feb 2023)

- 2023.02.22
  - Revert unintended change in internal version representation

### 1.1.1 (19 Feb 2023)

- 2023.02.19
  - Restructure package so stubs get installed and detected

### 1.1.0 (19 Feb 2023)

- 2023.02.19
  - Add type annotations and stubs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-looseversion/Makefile \
    pkgsrc/devel/py-looseversion/PLIST pkgsrc/devel/py-looseversion/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-looseversion/Makefile
diff -u pkgsrc/devel/py-looseversion/Makefile:1.1 pkgsrc/devel/py-looseversion/Makefile:1.2
--- pkgsrc/devel/py-looseversion/Makefile:1.1   Wed Jan 25 05:26:18 2023
+++ pkgsrc/devel/py-looseversion/Makefile       Sun Mar 12 02:58:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/01/25 05:26:18 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/12 02:58:53 gutteridge Exp $
 
-DISTNAME=      looseversion-1.0.3
+DISTNAME=      looseversion-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/looseversion/}
@@ -14,7 +14,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-looseversion/PLIST
diff -u pkgsrc/devel/py-looseversion/PLIST:1.1 pkgsrc/devel/py-looseversion/PLIST:1.2
--- pkgsrc/devel/py-looseversion/PLIST:1.1      Wed Jan 25 05:26:18 2023
+++ pkgsrc/devel/py-looseversion/PLIST  Sun Mar 12 02:58:53 2023
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/25 05:26:18 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/03/12 02:58:53 gutteridge Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
-${PYSITELIB}/looseversion.py
-${PYSITELIB}/looseversion.pyc
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/looseversion/__init__.py
+${PYSITELIB}/looseversion/__init__.pyc
+${PYSITELIB}/looseversion/__init__.pyi
+${PYSITELIB}/looseversion/py.typed
Index: pkgsrc/devel/py-looseversion/distinfo
diff -u pkgsrc/devel/py-looseversion/distinfo:1.1 pkgsrc/devel/py-looseversion/distinfo:1.2
--- pkgsrc/devel/py-looseversion/distinfo:1.1   Wed Jan 25 05:26:18 2023
+++ pkgsrc/devel/py-looseversion/distinfo       Sun Mar 12 02:58:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/01/25 05:26:18 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2023/03/12 02:58:53 gutteridge Exp $
 
-BLAKE2s (looseversion-1.0.3.tar.gz) = 9f87d205bf17432730cb1d4df06cd099270573dab23a2b455966e188762cd9dc
-SHA512 (looseversion-1.0.3.tar.gz) = 262f6b33516020bf38878cdf0dfcd3e51507d20f40a348a8fcd8ba66c2eaef564738c275297c3efe8daf9ff5efc5b7dffa8d76f77626c3eefdac7b097db27f78
-Size (looseversion-1.0.3.tar.gz) = 6874 bytes
+BLAKE2s (looseversion-1.1.2.tar.gz) = 1281096c6d4fb47d94bc51ddf51f861b758bb2a202bd82fb15a170ec9a26515f
+SHA512 (looseversion-1.1.2.tar.gz) = 476cc7b57a9eebdc1c58506f4c394db9a338b4b9689fdfa171aa736fabe62282438d50923a834db104603f09eea44197623e89adcda3121fa522a3fa40585a25
+Size (looseversion-1.1.2.tar.gz) = 8393 bytes



Home | Main Index | Thread Index | Old Index