SHA256
1
0
forked from pool/breezy

- 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.
  - Drop support for the ubuntu: and debianlp: aliases.
    These imports have long been broken.
  - Fix support for newer versions of Dulwich.
- Remove now unnecessary skip_lp2003710.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=29
This commit is contained in:
Matej Cepl 2023-10-10 08:05:59 +00:00 committed by Git OBS Bridge
parent 6ecec76422
commit 297b932500
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ab5e6c69eb7ba36b995f3c83e33e7be1d5dfcac2b9283888e1e0c61e47030e7
size 9444789

3
breezy-3.3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c412f39fa3c616871fb1ba2a83fca36cb65b28e7f2b55c99c663ae2d90b2301
size 9446061

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 10 07:37:39 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- 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 7 16:00:14 UTC 2023 - Matej Cepl <mcepl@suse.com> Wed Jun 7 16:00:14 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -19,7 +19,7 @@
%define rustflags '-Clink-arg=-Wl,-z,relro,-z,now' %define rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: breezy Name: breezy
Version: 3.3.3 Version: 3.3.4
Release: 0 Release: 0
Summary: Distributed version control system with multi-format support Summary: Distributed version control system with multi-format support
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -52,6 +52,7 @@ Requires: python3-fastimport >= 0.9.8
Requires: python3-merge3 Requires: python3-merge3
Requires: python3-patiencediff Requires: python3-patiencediff
Requires: python3-urllib3 Requires: python3-urllib3
Requires: python3-urllib3 >= 1.24.1
Suggests: python3-launchpadlib >= 1.6.3 Suggests: python3-launchpadlib >= 1.6.3
Provides: bzr = %{version} Provides: bzr = %{version}
Obsoletes: bzr < %{version} Obsoletes: bzr < %{version}