pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/duplicity
Module Name: pkgsrc
Committed By: triaxx
Date: Mon Mar 4 14:45:17 UTC 2024
Modified Files:
pkgsrc/sysutils/duplicity: Makefile PLIST distinfo
Log Message:
duplicity: Update to 2.2.2
upstream changes:
-----------------
rel.2.2.2 (2024-02-03)
Changes
o Ask google_auth_oauthlib not to open browser during authentication flow.
[Christopher Haglund]
o Run po/update-pot. [Kenneth Loafman]
o Update python\_requires to allow py3.12. [Kenneth Loafman]
Fix
o Clean up debian/rules. [Kenneth Loafman]
o Add duplicity console script. [Kenneth Loafman]
* Copied from pip install
* LP does not generate it
rel.2.2.0 (2024-01-27)
Changes
o Use pytest not tox on GitLab CI. [Kenneth Loafman] saves build time
o Run po/update-pot. [Kenneth Loafman]
o Remove support for old mock. [Alexandre Detiste]
o Project says “REQUIREMENTS: Python 3.8 to 3.12”
o Allow pipelines to run if not merge request. [Kenneth Loafman]
o Version as 2.2.0. [Kenneth Loafman]
o Upgrade current build and test systems. [Kenneth Loafman]
o # Changes: - move bin/duplicity to duplicity/main.py - add entry point
dup_run() no args - rename bin to man (only contents now) - rename
duplicity/tarfile.py to duplicity/dup_tarfile.py to avoid import problems -
duplicity now runs as a module python3 -m duplicity as well as a script
/usr/bin/duplicity - py2->py3 oddities changed, "".__class__ and
b"".__class__ changed to str and bytes - tox v4 now runs correctly as tox
run -e code - moved [pycodestyle] from tox.ini to setup.cfg - moved
.pylintrc from to setup.cfg - sources released fully versioned -
duplicity/__init__.py - man/duplicity.1 - pyproject.toml - setup.py -
snap/snapcraft.yaml
o Closes #774,#793
Fix
o Remove test_GPGWriteFile. [Kenneth Loafman]
* Fails on GitLab
* Runs on Linux and macOS just fine
o Invalid option error using `–[gpg|par2|rsync|ssh]-options ‘…’ [Kenneth Loafman]
o Fixes #795.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/duplicity/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/duplicity/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/duplicity/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/duplicity/Makefile
diff -u pkgsrc/sysutils/duplicity/Makefile:1.63 pkgsrc/sysutils/duplicity/Makefile:1.64
--- pkgsrc/sysutils/duplicity/Makefile:1.63 Wed Jan 10 16:51:52 2024
+++ pkgsrc/sysutils/duplicity/Makefile Mon Mar 4 14:45:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2024/01/10 16:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2024/03/04 14:45:17 triaxx Exp $
-DISTNAME= duplicity-2.1.5
+DISTNAME= duplicity-2.2.2
CATEGORIES= sysutils net python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/duplicity/}
Index: pkgsrc/sysutils/duplicity/PLIST
diff -u pkgsrc/sysutils/duplicity/PLIST:1.20 pkgsrc/sysutils/duplicity/PLIST:1.21
--- pkgsrc/sysutils/duplicity/PLIST:1.20 Wed Jan 10 16:46:20 2024
+++ pkgsrc/sysutils/duplicity/PLIST Mon Mar 4 14:45:17 2024
@@ -1,13 +1,18 @@
-@comment $NetBSD: PLIST,v 1.20 2024/01/10 16:46:20 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.21 2024/03/04 14:45:17 triaxx Exp $
bin/duplicity
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/duplicity/__init__.py
${PYSITELIB}/duplicity/__init__.pyc
${PYSITELIB}/duplicity/__init__.pyo
+${PYSITELIB}/duplicity/__main__.py
+${PYSITELIB}/duplicity/__main__.pyc
+${PYSITELIB}/duplicity/__main__.pyo
${PYSITELIB}/duplicity/_librsync.so
${PYSITELIB}/duplicity/_librsyncmodule.c
${PYSITELIB}/duplicity/argparse311.py
@@ -173,6 +178,9 @@ ${PYSITELIB}/duplicity/dup_collections.p
${PYSITELIB}/duplicity/dup_main.py
${PYSITELIB}/duplicity/dup_main.pyc
${PYSITELIB}/duplicity/dup_main.pyo
+${PYSITELIB}/duplicity/dup_tarfile.py
+${PYSITELIB}/duplicity/dup_tarfile.pyc
+${PYSITELIB}/duplicity/dup_tarfile.pyo
${PYSITELIB}/duplicity/dup_temp.py
${PYSITELIB}/duplicity/dup_temp.pyc
${PYSITELIB}/duplicity/dup_temp.pyo
@@ -230,9 +238,6 @@ ${PYSITELIB}/duplicity/selection.pyo
${PYSITELIB}/duplicity/statistics.py
${PYSITELIB}/duplicity/statistics.pyc
${PYSITELIB}/duplicity/statistics.pyo
-${PYSITELIB}/duplicity/tarfile.py
-${PYSITELIB}/duplicity/tarfile.pyc
-${PYSITELIB}/duplicity/tarfile.pyo
${PYSITELIB}/duplicity/tempdir.py
${PYSITELIB}/duplicity/tempdir.pyc
${PYSITELIB}/duplicity/tempdir.pyo
@@ -240,8 +245,8 @@ ${PYSITELIB}/duplicity/util.py
${PYSITELIB}/duplicity/util.pyc
${PYSITELIB}/duplicity/util.pyo
man/man1/duplicity.1
+share/doc/${PKGNAME}/AUTHORS.md
share/doc/${PKGNAME}/CHANGELOG.md
-share/doc/${PKGNAME}/CONTRIBUTING.md
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/README-LOG.md
share/doc/${PKGNAME}/README-REPO.md
Index: pkgsrc/sysutils/duplicity/distinfo
diff -u pkgsrc/sysutils/duplicity/distinfo:1.32 pkgsrc/sysutils/duplicity/distinfo:1.33
--- pkgsrc/sysutils/duplicity/distinfo:1.32 Wed Jan 10 16:46:20 2024
+++ pkgsrc/sysutils/duplicity/distinfo Mon Mar 4 14:45:17 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2024/01/10 16:46:20 triaxx Exp $
+$NetBSD: distinfo,v 1.33 2024/03/04 14:45:17 triaxx Exp $
-BLAKE2s (duplicity-2.1.5.tar.gz) = 2f1db27c4aeb6afc7662e1d1b174384d2d7424066399069e2c8fed3488389ece
-SHA512 (duplicity-2.1.5.tar.gz) = 98776028153a70fefb2f2cc591c28315d0485fc3beb9b29e1afe69a36c1319b86b90c9cc589dfec4d89ba133f72c8040d8eddad5157cc9df4327d989f13d70fe
-Size (duplicity-2.1.5.tar.gz) = 1559641 bytes
+BLAKE2s (duplicity-2.2.2.tar.gz) = 71347be4a88f60ee506291c3302927251c6a3bf2e151053515671c550f5c45a4
+SHA512 (duplicity-2.2.2.tar.gz) = 7e85b75bbef3c12532f4d229ea1e915f6556de3f02fd7934320dbb8215defb257c23390614e2817859854e09944a2e307d24378f2cfd5f152202bc40ca5cc0eb
+Size (duplicity-2.2.2.tar.gz) = 1978264 bytes
SHA1 (patch-duplicity_gpginterface.py) = 2fdf1cec8d069380be4802dd14ed7baaeb0c5929
Home |
Main Index |
Thread Index |
Old Index