pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-stevedore



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 25 06:23:39 UTC 2019

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

Log Message:
py-stevedore: updated to 1.31.0

1.31.0
* Add Python 3 Train unit tests
* Add local bindep.txt
* Cap Bandit below 1.6.0 and update Sphinx requirement
* update git.openstack.org to opendev
* OpenDev Migration Patch
* Dropping the py35 testing
* Update master for stable/stein
* Delete repeated param description
* add python 3.7 unit test job

1.30.1
* Use template for lower-constraints
* Change openstack-dev to openstack-discuss

1.30.0
* Update sphinx logging to not use app object
* Removed older version of python added 3.5
* Update doc/conf.py to avoid warnings with sphinx 1.8
* add lib-forward-testing-python3 test job
* fix wrong link
* add python 3.6 unit test job
* import zuul job settings from project-config
* Update reno for stable/rocky

1.29.0
* Remove unnecessary py27 testenv
* Switch to stestr
* fix tox python3 overrides
* Trivial: Update pypi url to new url
* Trivial: Update pypi url to new url
* set default python to python3
* add lower-constraints job
* Updated from global requirements
* Update links in README
* Update reno for stable/queens
* Updated from global requirements
* Updated from global requirements
* Follow the new PTI for document build

1.28.0
* Updated from global requirements
* Remove -U from pip install
* Avoid tox\_install.sh for constraints support
* add bandit to pep8 job
* move doc requirements to doc/requirements.txt
* Remove setting of version/release from releasenotes
* Updated from global requirements


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-stevedore/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-stevedore/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-stevedore/Makefile
diff -u pkgsrc/devel/py-stevedore/Makefile:1.5 pkgsrc/devel/py-stevedore/Makefile:1.6
--- pkgsrc/devel/py-stevedore/Makefile:1.5      Mon Dec 18 09:05:33 2017
+++ pkgsrc/devel/py-stevedore/Makefile  Mon Nov 25 06:23:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/12/18 09:05:33 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/25 06:23:39 adam Exp $
 
-DISTNAME=      stevedore-1.27.1
+DISTNAME=      stevedore-1.31.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stevedore/}
@@ -11,9 +11,9 @@ COMMENT=      Manage dynamic plugins for Pyth
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-pbr>=2.1.1:../../devel/py-pbr
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-stevedore/distinfo
diff -u pkgsrc/devel/py-stevedore/distinfo:1.4 pkgsrc/devel/py-stevedore/distinfo:1.5
--- pkgsrc/devel/py-stevedore/distinfo:1.4      Mon Dec 18 09:05:33 2017
+++ pkgsrc/devel/py-stevedore/distinfo  Mon Nov 25 06:23:39 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/18 09:05:33 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/11/25 06:23:39 adam Exp $
 
-SHA1 (stevedore-1.27.1.tar.gz) = 57a30969e7cd61192b880388054467e7b749a16b
-RMD160 (stevedore-1.27.1.tar.gz) = a8beea61cde88107ee2afb55d0f17eabdc877868
-SHA512 (stevedore-1.27.1.tar.gz) = a5ebed4133043e456f55b866053cc6673cfe0512c652ed1b61ae844a5b7a88a70d80ac6e9fda00c57e8bec23e6bc35de72a507f49b5208099219db9e53c73f46
-Size (stevedore-1.27.1.tar.gz) = 508891 bytes
+SHA1 (stevedore-1.31.0.tar.gz) = dfe231fb27700d6b0b5ec32d6afa4fece9843350
+RMD160 (stevedore-1.31.0.tar.gz) = de1f8e7334aeb7daaf887f8f08441c0050369bc4
+SHA512 (stevedore-1.31.0.tar.gz) = 07b641b63766eddd094690acad81c1417a9721d785f81ca11da0ec2afed455d1beedfea5be4dcfd833d9379d650b193e26207ec0411d274bdf399ea2acd321a0
+Size (stevedore-1.31.0.tar.gz) = 505482 bytes



Home | Main Index | Thread Index | Old Index