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:           Mon May 29 01:49:06 UTC 2023

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

Log Message:
py-looseversion: update to 1.2.0

### 1.2.0 (25 May 2023)

- 2023.05.25
  - Test on Python 3.12
  - Enable installation on Python 2+
  - Ensure consistent semantics between Python 2 and 3


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-looseversion/Makefile \
    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.2 pkgsrc/devel/py-looseversion/Makefile:1.3
--- pkgsrc/devel/py-looseversion/Makefile:1.2   Sun Mar 12 02:58:53 2023
+++ pkgsrc/devel/py-looseversion/Makefile       Mon May 29 01:49:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/03/12 02:58:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/29 01:49:06 gutteridge Exp $
 
-DISTNAME=      looseversion-1.1.2
+DISTNAME=      looseversion-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/looseversion/}
@@ -12,6 +12,7 @@ LICENSE=      python-software-foundation
 
 USE_LANGUAGES= # none
 
+# As of 1.2.0, the package does support Python 2.7, but hatchling does not.
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
Index: pkgsrc/devel/py-looseversion/distinfo
diff -u pkgsrc/devel/py-looseversion/distinfo:1.2 pkgsrc/devel/py-looseversion/distinfo:1.3
--- pkgsrc/devel/py-looseversion/distinfo:1.2   Sun Mar 12 02:58:53 2023
+++ pkgsrc/devel/py-looseversion/distinfo       Mon May 29 01:49:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/03/12 02:58:53 gutteridge Exp $
+$NetBSD: distinfo,v 1.3 2023/05/29 01:49:06 gutteridge Exp $
 
-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
+BLAKE2s (looseversion-1.2.0.tar.gz) = 71f6d915ac2e1455fa234078baa053c57dcefa9337dd33f174a89dfa76fd2c50
+SHA512 (looseversion-1.2.0.tar.gz) = f0c991af7f972d9b50fabceceba47477d2b4eec937267c0100e73d55559a3d8d304fd873f1e7050dfdba2dd8c0c92db83d3ef440cf7842cda902dd87bc6a5adb
+Size (looseversion-1.2.0.tar.gz) = 8614 bytes



Home | Main Index | Thread Index | Old Index