pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bugzilla



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 14:01:33 UTC 2022

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

Log Message:
py-python-bugzilla: update to 3.2.0.

## Release 3.2.0 (January 12, 2022)
- Use soon-to-be-required Authorization header for RH bugzilla
- Remove cookie auth support

## Release 3.1.0 (July 27, 2021)
- Detect bugzilla.stage.redhat.com as RHBugzilla
- Add limit as option to build_query (Ivan Lausuch)

## Release 3.0.2 (November 12, 2020)
- Fix API key leaking into requests exceptions

## Release 3.0.1 (October 07, 2020)
- Skip man page generation to fix build on Windows (Alexander Todorov)

## Release 3.0.0 (October 03, 2020)
- Drop python2 support
- New option `bugzilla modify --minor-update option`
- requests: use PYTHONBUGZILLA_REQUESTS_TIMEOUT env variable
- xmlrpc: Don't add api key to passed in user dictionary

## Release 2.5.0 (July 04, 2020)
- cli: Add query --extrafield, --includefield, --excludefield
- Revive bugzilla.rhbugzilla.RHBugzilla import path

## Release 2.4.0 (June 29, 2020)
- Bugzilla REST API support
- Add --json command line output option
- Add APIs for Bugzilla Groups (Pierre-Yves Chibon)
- Add `Bugzilla.get_requests_session()` API to access raw requests Session
- Add `Bugzilla.get_xmlrpc_proxy()` API to access raw ServerProxy
- Add `Bugzilla requests_session=` init parameter to pass in auth, etc.
- Add `bugzilla attach --ignore-obsolete` (Čestmír Kalina)
- Add `bugzilla login --api-key` for API key prompting (Danilo C. L. de
  Paula)
- Add `bugzilla new --private`

## Release 2.3.0 (August 26, 2019)
- restrict-login suppot (Viliam Krizan)
- cli: Add support for private attachments (Brian 'Redbeard' Harrington)
- Fix python3 deprecation warnings
- Drop python 3.3 support, minimum python3 is python 3.4 now


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-bugzilla/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-bugzilla/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-bugzilla/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-bugzilla/Makefile
diff -u pkgsrc/devel/py-bugzilla/Makefile:1.5 pkgsrc/devel/py-bugzilla/Makefile:1.6
--- pkgsrc/devel/py-bugzilla/Makefile:1.5       Wed Jan  5 20:47:35 2022
+++ pkgsrc/devel/py-bugzilla/Makefile   Fri Jul  8 14:01:33 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/05 20:47:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/08 14:01:33 wiz Exp $
 
-DISTNAME=      python-bugzilla-2.2.0
+DISTNAME=      python-bugzilla-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-bugzilla/}
 
@@ -12,8 +11,9 @@ COMMENT=      Bugzilla XMLRPC access module
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -34,5 +34,4 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-bugzilla/PLIST
diff -u pkgsrc/devel/py-bugzilla/PLIST:1.2 pkgsrc/devel/py-bugzilla/PLIST:1.3
--- pkgsrc/devel/py-bugzilla/PLIST:1.2  Fri Jan  4 08:49:33 2019
+++ pkgsrc/devel/py-bugzilla/PLIST      Fri Jul  8 14:01:33 2022
@@ -1,17 +1,32 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/04 08:49:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/07/08 14:01:33 wiz Exp $
 bin/bugzilla-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/bugzilla/__init__.py
 ${PYSITELIB}/bugzilla/__init__.pyc
 ${PYSITELIB}/bugzilla/__init__.pyo
+${PYSITELIB}/bugzilla/_authfiles.py
+${PYSITELIB}/bugzilla/_authfiles.pyc
+${PYSITELIB}/bugzilla/_authfiles.pyo
+${PYSITELIB}/bugzilla/_backendbase.py
+${PYSITELIB}/bugzilla/_backendbase.pyc
+${PYSITELIB}/bugzilla/_backendbase.pyo
+${PYSITELIB}/bugzilla/_backendrest.py
+${PYSITELIB}/bugzilla/_backendrest.pyc
+${PYSITELIB}/bugzilla/_backendrest.pyo
+${PYSITELIB}/bugzilla/_backendxmlrpc.py
+${PYSITELIB}/bugzilla/_backendxmlrpc.pyc
+${PYSITELIB}/bugzilla/_backendxmlrpc.pyo
 ${PYSITELIB}/bugzilla/_cli.py
 ${PYSITELIB}/bugzilla/_cli.pyc
 ${PYSITELIB}/bugzilla/_cli.pyo
+${PYSITELIB}/bugzilla/_rhconverters.py
+${PYSITELIB}/bugzilla/_rhconverters.pyc
+${PYSITELIB}/bugzilla/_rhconverters.pyo
+${PYSITELIB}/bugzilla/_session.py
+${PYSITELIB}/bugzilla/_session.pyc
+${PYSITELIB}/bugzilla/_session.pyo
+${PYSITELIB}/bugzilla/_util.py
+${PYSITELIB}/bugzilla/_util.pyc
+${PYSITELIB}/bugzilla/_util.pyo
 ${PYSITELIB}/bugzilla/apiversion.py
 ${PYSITELIB}/bugzilla/apiversion.pyc
 ${PYSITELIB}/bugzilla/apiversion.pyo
@@ -21,13 +36,19 @@ ${PYSITELIB}/bugzilla/base.pyo
 ${PYSITELIB}/bugzilla/bug.py
 ${PYSITELIB}/bugzilla/bug.pyc
 ${PYSITELIB}/bugzilla/bug.pyo
+${PYSITELIB}/bugzilla/exceptions.py
+${PYSITELIB}/bugzilla/exceptions.pyc
+${PYSITELIB}/bugzilla/exceptions.pyo
 ${PYSITELIB}/bugzilla/oldclasses.py
 ${PYSITELIB}/bugzilla/oldclasses.pyc
 ${PYSITELIB}/bugzilla/oldclasses.pyo
 ${PYSITELIB}/bugzilla/rhbugzilla.py
 ${PYSITELIB}/bugzilla/rhbugzilla.pyc
 ${PYSITELIB}/bugzilla/rhbugzilla.pyo
-${PYSITELIB}/bugzilla/transport.py
-${PYSITELIB}/bugzilla/transport.pyc
-${PYSITELIB}/bugzilla/transport.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 man/man1/bugzilla-${PYVERSSUFFIX}.1

Index: pkgsrc/devel/py-bugzilla/distinfo
diff -u pkgsrc/devel/py-bugzilla/distinfo:1.4 pkgsrc/devel/py-bugzilla/distinfo:1.5
--- pkgsrc/devel/py-bugzilla/distinfo:1.4       Tue Oct 26 10:18:14 2021
+++ pkgsrc/devel/py-bugzilla/distinfo   Fri Jul  8 14:01:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:18:14 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/07/08 14:01:33 wiz Exp $
 
-BLAKE2s (python-bugzilla-2.2.0.tar.gz) = b9c07da2513e5016b5e9dc29d6ef3e8edb42075cc605707e8008dfd460f6aa42
-SHA512 (python-bugzilla-2.2.0.tar.gz) = 91e54d072ccf51f1c93037f9ca2fb9b80322d61b182b51fcc2fea5bb9ee56a10bd8f931bf2410f1878ccede8bfd368f8a3f4a58eef236c1592814ba7d49cffb5
-Size (python-bugzilla-2.2.0.tar.gz) = 79818 bytes
+BLAKE2s (python-bugzilla-3.2.0.tar.gz) = d92cf6d3e3defd7f44349756507f631041851581395b3a303159d692201f441d
+SHA512 (python-bugzilla-3.2.0.tar.gz) = 215945a0ffd637be5567839303a738a0eef74427838bf0074a5f0ab6022306f47fc0dd5c43a3513b627fb458711f38046321ee9c2c3d43b61ffc577d6dd12375
+Size (python-bugzilla-3.2.0.tar.gz) = 114279 bytes



Home | Main Index | Thread Index | Old Index