2022-09-14 13:14:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dulwich: updated to 0.20.46
0.20.46 2022-09-06
* Apply insteadOf to rsync-style location strings
(previously it was just applied to URLs).
* Drop use of certifi, instead relying on urllib3's default
code to find system CAs.
* Implement timezone parsing in porcelain.
* Drop support for running without setuptools.
* Ensure configuration is loaded when
running "dulwich clone".
* Build 32 bit wheels for Windows.
* tests: Ignore errors when deleting GNUPG
home directory. Fixes spurious errors racing
gnupg-agent.
* config: Support closing brackets in quotes in section
names.
* Various and formatting fixes. (Kian-Meng Ang)
* Document basic authentication in dulwich.porcelain.clone.
* Flush before calling fsync, ensuring buffers
are filled. (wernha)
* Support GPG commit signing. (springheeledjack0)
* Add python 3.11 support. (Saugat Pachhai)
* Allow missing GPG during tests. (Jakub Kulík)
* status: return posix-style untracked paths instead of nt-style paths on
win32 (Daniele Trifirò)
* Honour PATH environment when running C Git for testing.
* Split out exception for symbolic reference loops.
* Move various long-deprecated methods.
|
2022-08-05 16:03:36 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-dulwich: updated to 0.20.45
0.20.45 2022-07-15
* Add basic ``dulwich.porcelain.submodule_list`` and \
``dulwich.porcelain.submodule_add``
0.20.44 2022-06-30
* Fix reading of chunks in server.
* Support applying of URL rewriting using ``insteadOf`` / ``pushInsteadOf``.
0.20.43 2022-06-07
* Lazily import url2pathname.
* Drop caching of full HTTP response.
0.20.42 2022-05-24
* Drop ``RefsContainer.watch`` that was always flaky.
0.20.41 2022-05-24
* Fix wheel uploading, properly.
|
2022-05-19 21:59:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dulwich: updated to 0.20.40
0.20.40
* Fix wheel uploading.
0.20.38
* Disable paramiko tests if paramiko is not available.
* Set flag to re-enable paramiko server side on gentoo for running paramiko
tests.
* Increase tolerance when comparing time stamps; fixes some
spurious test failures on slow CI systems.
* Revert removal of caching of full HTTP response. This breaks
access to some HTTP servers.
0.20.37
* Avoid making an extra copy when fetching pack files.
* Add ``porcelain.remote_remove``.
0.20.36
* Add ``walk_untracked`` argument to ``porcelain.status``.
* Add tests for paramiko SSH Vendor.
|
2022-04-15 07:42:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dulwich: updated to 0.20.35
0.20.35
* Document the ``path`` attribute for ``Repo``.
0.20.34
* Add support for multivars in configuration.
|
2022-03-06 09:06:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-dulwich: updated to 0.20.33
0.20.33
* Fix handling of escaped characters in ignore patterns.
* Add ``dulwich.contrib.requests_vendor``.
* Ensure git config is available in a linked working tree.
|
2022-02-10 14:56:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dulwich: updated to 0.20.32
0.20.32
* Properly close result repository during test.
0.20.31
* Add GitClient.clone().
0.20.29
* Support staging submodules.
* Drop deprecated Index.iterblobs and iter_fresh_blobs.
* Unify clone behaviour of ``Repo.clone`` and
``porcelain.clone``, and add branch parameter for
clone.
0.20.28
* Fix hook test on Mac OSX / Linux when dulwich is
not installed system-wide.
* Cope with gecos being unset.
0.20.27
* Allow adding files to repository in pre-commit hook.
* Raise SubmoduleEncountered in ``tree_lookup_path``.
|
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.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-29 10:40:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dulwich: updated to 0.20.26
0.20.26
* Support os.PathLike arguments to Repo.stage().
* Drop support for Python 3.5.
* Add ``dulwich.porcelain._reset_file``.
* Add ``Repo.unstage``.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|