pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-queuelib



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 12 08:03:51 UTC 2021

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

Log Message:
py-queuelib: updated to 1.6.1

Version 1.6.1
-------------
No code changes with respect to 1.6
* Migrate CI to GitHub actions
* Fix release

Version 1.6
-----------
* Add peek support
* Remove py2 support
* Full test coverage


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-queuelib/Makefile \
    pkgsrc/devel/py-queuelib/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-queuelib/Makefile
diff -u pkgsrc/devel/py-queuelib/Makefile:1.2 pkgsrc/devel/py-queuelib/Makefile:1.3
--- pkgsrc/devel/py-queuelib/Makefile:1.2       Mon Mar 19 10:13:40 2018
+++ pkgsrc/devel/py-queuelib/Makefile   Wed May 12 08:03:51 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/03/19 10:13:40 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/12 08:03:51 adam Exp $
 
-DISTNAME=      queuelib-1.5.0
+DISTNAME=      queuelib-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=q/queuelib/}
@@ -12,5 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-queuelib/distinfo
diff -u pkgsrc/devel/py-queuelib/distinfo:1.2 pkgsrc/devel/py-queuelib/distinfo:1.3
--- pkgsrc/devel/py-queuelib/distinfo:1.2       Mon Mar 19 10:13:40 2018
+++ pkgsrc/devel/py-queuelib/distinfo   Wed May 12 08:03:51 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/19 10:13:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/05/12 08:03:51 adam Exp $
 
-SHA1 (queuelib-1.5.0.tar.gz) = ed49b145fbf0afb16eef3bf7b831b00d2677ee7c
-RMD160 (queuelib-1.5.0.tar.gz) = e367483b19572daf098910c3ce97afdf1a5b0ca6
-SHA512 (queuelib-1.5.0.tar.gz) = aafaf8756b00cd84b36a73d9573a8a321a0432648c2e7dfc9de566d339087fcd855eb2d5991694a495e47bbb9c4ca25d655e4de7101552e96ee0040ed31c9e0f
-Size (queuelib-1.5.0.tar.gz) = 9234 bytes
+SHA1 (queuelib-1.6.1.tar.gz) = ad383da4db406f38b7181013aab03780e7d3cd14
+RMD160 (queuelib-1.6.1.tar.gz) = ad92a50b3fcd66160c4ac59d4762f13f286f0b90
+SHA512 (queuelib-1.6.1.tar.gz) = 254099f02b8441856f4fc2d934fc01450027b38e219a20229481954dfed5ba68c0c0c3f0106d87e661ab3de30023bb1f1c4aff0cf7e3633dbb97730281d1c4a6
+Size (queuelib-1.6.1.tar.gz) = 12079 bytes



Home | Main Index | Thread Index | Old Index