2024-04-04 15:35:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
duplicity: remove duplicate dependency (listed twice)
|
2024-03-04 15:45:17 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) | |
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.
|
2024-01-10 17:51:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
duplicity: add missing tool
|
2024-01-10 17:46:21 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) | |
Log message:
duplicity: Update to 2.1.5
pkgsrc changes:
---------------
* Migrate from lang/python/egg.mk to lang/python/wheel.mk.
upstream changes:
-----------------
rel.2.1.5 (2023-12-28)
New
* _testbackend to simulate issues. [Thomas Laubrock]
* _testbackend is a copy of the localbackend and allows to trigger certain
miss behaviours. Failure type and condition can be set via env vars. Some
test cases are added to test_badupload.py.
* This is pre-work for !153 but want to decouple it for better handling.
Changes
* Run po/update-pot. [Kenneth Loafman]
* Remove “backup” and “replicate” dead code. [Kenneth Loafman]
* Fix imports in _testbackend.py. [Kenneth Loafman]
* Move addhandler() to __init__. [Kenneth Loafman]
* o Will not produce temp log unless in use
* o Reorg imports
* Deprecate PyDrive backend. Replaced with GDrive backend. [Kenneth Loafman]
* Setuptools_scm not needed at runtime. [Gwyn Ciesla]
* Fix swift uploads to default to 5GB segment size. [Garth Williamson]
* Add venv* to .gitignore. [Kenneth Loafman]
* Some formatting fixes. [Kenneth Loafman]
* Fix check of versions in setup.py. [Kenneth Loafman]
* Limit range of versions in setup.py. [Kenneth Loafman]
* o We already had lower limit of 3.8, make 3.11 upper limit.
* Update version for LP. [Kenneth Loafman]
Fix
* Swap implied and removed action checks. [Kenneth Loafman]
* Error on dry-run with verify. [Kenneth Loafman]
* Fix imports in boxbackend.py. [Kenneth Loafman]
* Multibackend not working with remove-all-but-n-full in stripe mode. [Kenneth \
Loafman]
* remove short-circuit logic that fails
* o add test in testing/regression
* Fixes #781
* Fix collection-status with file-changed argument. [JulianWgs]
|
2023-12-18 10:28:39 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) |
Log message:
duplicity: Update to 2.1.4
pkgsrc changes:
---------------
* Update HOMEPAGE.
* Add dependencies for some backends.
* Fix SUBST messages.
upstream changes:
-----------------
* Lot of changes: http://duplicity.us/stable/CHANGELOG.html
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|