pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pbr



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  4 09:05:16 UTC 2018

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

Log Message:
py-pbr: updated to 4.0.4

4.0.4
* Revert "Remove win32/nt checks for wrapper script gen"

4.0.3
* Don't poke in pip for requests
* Fix builddoc with sphinx <= 1.6

4.0.1
* add lower-constraints job
* Explicitly read setup.cfg as utf-8 on Python 3

4.0.0
* builddoc: Treat '[pbr] autodoc\_tree\_excludes' as a multi-line opt
* update parse test to use reliable comparison
* Better Sem-Ver header handling
* Make docs on env vars a little clearer
* Updated from global requirements
* Updated from global requirements
* future-proof invocation of apidoc
* emit warning correctly
* Updated from global requirements
* deprecations: Deprecate support for '-py{N}' requirements
* doc: Minor rework of usage doc
* doc: Rework features doc
* Support v<semver> version
* Deprecate testr and nose integration
* tests: Increase coverage of requirements parsing
* trivial: Move packaging tests to test\_packaging
* Put test-requirements into an extra named 'test'
* Support Description-Content-Type metadata
* Avoid tox\_install.sh for constraints support
* Test on Python 3.6
* Support PEP 345 Project-URL metadata
* Remove setting of version/release from releasenotes
* Updated from global requirements
* Use 'build\_reno' setuptools extension if available
* Remove unnecessary 'if True'
* Discover Distribution through the class hierarchy
* Add reno for release notes management
* Remove support for command hooks
* Remove dead code
* Deprecate support for Sphinx < 1.6
* builddoc: Use '[sphinx\_build] builders' with Sphinx < 1.6
* Remove win32/nt checks for wrapper script gen
* Updated from global requirements
* Remove py26 support
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Update URLs in documents according to document migration
* Updated from global requirements
* gitignore: Ignore .venv
* switch from oslosphinx to openstackdocstheme
* Trivial: Fix docstring
* turn on warning-as-error flag for doc build
* rearrange existing documentation using the new standard layout


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pbr/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pbr/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-pbr/Makefile
diff -u pkgsrc/devel/py-pbr/Makefile:1.20 pkgsrc/devel/py-pbr/Makefile:1.21
--- pkgsrc/devel/py-pbr/Makefile:1.20   Sat Sep 16 19:26:48 2017
+++ pkgsrc/devel/py-pbr/Makefile        Wed Jul  4 09:05:16 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/09/16 19:26:48 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/07/04 09:05:16 adam Exp $
 
-DISTNAME=      pbr-3.1.1
+DISTNAME=      pbr-4.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pbr/}
@@ -11,16 +11,12 @@ COMMENT=    Python Build Reasonableness
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
-
-# TEST_DEPENDS
-# some of these depend on pbr
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-testresources-[0-9]*:../../devel/py-testresources
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-testscenarios-[0-9]*:../../devel/py-testscenarios
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
-# unpackages:
-# testrepository
-# oslosphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-testrepository>=0.0.18:../../devel/py-testrepository
+TEST_DEPENDS+= ${PYPKGPREFIX}-testresources>=2.0.0:../../devel/py-testresources
+TEST_DEPENDS+= ${PYPKGPREFIX}-testscenarios>=0.4:../../devel/py-testscenarios
+TEST_DEPENDS+= ${PYPKGPREFIX}-testtools>=2.2.0:../../devel/py-testtools
+TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=14.0.6:../../devel/py-virtualenv
+TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 REPLACE_PYTHON+=       pbr/tests/testpackage/setup.py
 

Index: pkgsrc/devel/py-pbr/distinfo
diff -u pkgsrc/devel/py-pbr/distinfo:1.17 pkgsrc/devel/py-pbr/distinfo:1.18
--- pkgsrc/devel/py-pbr/distinfo:1.17   Mon Jul 24 16:35:46 2017
+++ pkgsrc/devel/py-pbr/distinfo        Wed Jul  4 09:05:16 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/07/24 16:35:46 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/07/04 09:05:16 adam Exp $
 
-SHA1 (pbr-3.1.1.tar.gz) = 30e236b4d5375e04b6f01a51870c80dbdae7d723
-RMD160 (pbr-3.1.1.tar.gz) = df04c5be3a5e069b865b74309adbd5fc2b616664
-SHA512 (pbr-3.1.1.tar.gz) = c01fb83678f8fc3acddc153dd341a17ed9d602b6770f0ff244b1c5b54c37d4ddcbd0c3d726f7d7020865819e02797c1c79a0c15e9ee2ae5c1510fce7112b2a3a
-Size (pbr-3.1.1.tar.gz) = 102665 bytes
+SHA1 (pbr-4.0.4.tar.gz) = 0d63dc5617e1d01d15c0878a1e79e400562185a5
+RMD160 (pbr-4.0.4.tar.gz) = fe29e6068d088eb871b822350e628eb6101de889
+SHA512 (pbr-4.0.4.tar.gz) = fc849a27c3b5deb89545dd05eb102a14f2c42a0d617f474df46b3292c14ab7e0a4343cd6e1a38eef77815cca49374d58698cb0c2fdd2aa5f2f47e890939adbb3
+Size (pbr-4.0.4.tar.gz) = 109077 bytes



Home | Main Index | Thread Index | Old Index