Changelog for
breezy-3.3.4-32.96.i586.rpm :
* Tue Oct 10 2023 Matej Cepl
- Update to 3.3.4: - Improve handling of lp: URLs when lp: insteadOf is set in gitconfig. - Allow setting _ConnectRequestor.selector. - Fix brz-email bug on Python 3. - Fix compatibility with newer versions of dulwich.
* Wed Jun 07 2023 Matej Cepl - Update to 3.3.3: - Plenty of bug fixes - Drop support for the ubuntu: and debianlp: aliases. These imports have long been broken. - Fix support for newer versions of Dulwich. - Update Git code to use newer Dulwich APIs for pack generation, significantly improving performance.- Remove upstreamed patch skip_lp2003710.patch.
* Mon Jan 23 2023 Matej Cepl - Update to 3.3.2: - Add --recurse-nested argument to \'brz export\'. - Add an ``extra`` for installing PGP dependencies. - Convert multiple authors to the Co-authored-by field. - github: Lazily load github pull requests, improving performance. - github: Return canonical URLs for branches. - Avoid deprecated distutils.version, ahead of removal. - Add a docker file. - launchpad: Store Launchpad credentials in authentication.conf. - git: Support accessing git branch configuration. - pgp: Add support for create_signatures=when-possible - propose: By default, don\'t push tags when proposing changes. - git: Split out and separately report ProtectedBranchHookDeclined. - git: Avoid reading entire pack files into memory. - Numerous bug fixes- Remove upstreamed patches: - skip_resource.setrlimit.patch- Add skip_lp2003710.patch to skip failing tests (lp#2003710).
* Mon Oct 24 2022 Jan Engelhardt - Remove silly wording from description
* Mon Jun 20 2022 Steve Kowalik - Update to 3.2.2:
* Breezy now relies on an external fastbencode Python module.
* Basic support for nested trees in Git repositories, in the form of Git submodules.- Add fastbencode to {Build,}Requires.- No longer skip a test that passes, and add another broken one.
* Tue May 10 2022 Steve Kowalik - Remove unneeded {Build,}Requires on python3-six.
* Wed Jul 14 2021 Matej Cepl - Update to 3.2.1: - Fix compatibliity with newer versions of Dulwich.
* Thu May 06 2021 Matej Cepl - Update to 3.2.0.- Removed upstreamed patches: - 0001-Fix-tests-with-newer-dulwich.patch - 0002-Fix-more-tests.patch - 7531_7530.diff - 7551_7550.diff- Skip failing tests mentioned in lp#1927523.
* Sun Dec 06 2020 Benjamin Greiner - Require the full python3 stdlib for sqlite3 import gh#openSUSE/python-rpm-macros#66
* Fri Dec 04 2020 Matej Cepl - Add skip_resource.setrlimit.patch to avoid tests failing in the limit environment of osc build, where resource.setrlimit() doesn\'t work (lp#1883125).