SHA256
1
0
forked from pool/breezy

Accepting request 1091294 from devel:tools:scm

- 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.

OBS-URL: https://build.opensuse.org/request/show/1091294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2023-06-07 21:08:26 +00:00 committed by Git OBS Bridge
commit 3ff649e75b
7 changed files with 21 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ea6949fcbb076b978545b099fac68abad35d6fa1899deef4f6b82a3dba257c1
size 9450523

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 7 16:00:14 UTC 2023 - Matej Cepl <mcepl@suse.com>
- 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 07:45:54 UTC 2023 - Matej Cepl <mcepl@suse.com> Mon Jan 23 07:45:54 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.2 Version: 3.3.3
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
@ -28,9 +28,6 @@ Source0: https://files.pythonhosted.org/packages/source/b/breezy/breezy-%
Source90: cargo_config Source90: cargo_config
Source98: vendor-lib-rio.tar.xz Source98: vendor-lib-rio.tar.xz
Source99: vendor.tar.xz Source99: vendor.tar.xz
# PATCH-FIX-UPSTREAM skip_lp2003710.patch lp#2003710 mcepl@suse.com
# Skip failing tests
Patch0: skip_lp2003710.patch
BuildRequires: cargo >= 1.41.0 BuildRequires: cargo >= 1.41.0
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@ -54,6 +51,7 @@ Requires: python3-fastbencode
Requires: python3-fastimport >= 0.9.8 Requires: python3-fastimport >= 0.9.8
Requires: python3-merge3 Requires: python3-merge3
Requires: python3-patiencediff Requires: python3-patiencediff
Requires: python3-urllib3
Suggests: python3-launchpadlib >= 1.6.3 Suggests: python3-launchpadlib >= 1.6.3
Provides: bzr = %{version} Provides: bzr = %{version}
Obsoletes: bzr < %{version} Obsoletes: bzr < %{version}

View File

@ -1,24 +0,0 @@
---
breezy/tests/test_selftest.py | 2 ++
1 file changed, 2 insertions(+)
Index: breezy-3.3.2/breezy/tests/test_selftest.py
===================================================================
--- breezy-3.3.2.orig/breezy/tests/test_selftest.py
+++ breezy-3.3.2/breezy/tests/test_selftest.py
@@ -165,6 +165,7 @@ class TestTransportScenarios(tests.TestC
scenarios = transport_test_permutations()
self.assertEqual(permutation_count, len(scenarios))
+ @tests.unittest.skip('test failing (lp#2003710)')
def test_scenarios_include_transport_class(self):
# This test used to know about all the possible transports and the
# order they were returned but that seems overly brittle (mbp
@@ -3098,6 +3099,7 @@ class TestTestSuite(tests.TestCase):
],
test_list)
+ @tests.unittest.skip('test failing (lp#2003710)')
def test_test_suite(self):
# test_suite() loads the entire test suite to operate. To avoid this
# overhead, and yet still be confident that things are happening,

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6954791f9f13fa9344a969e2fe1df1032f4a650cf4d263354092f539e0e5902b oid sha256:06fc8a2c0da94c377a45b03de881edc20302235b3061e6c11c644f759e0ea6b5
size 5889956 size 4219756

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8bb235cc5f9f4d00ea874e02eb4c341e58a47ffd795b9ee5868b526fdd6ebd1a oid sha256:6afee041e2f161c6bf1492ef88b07ab364d6081d506a5ff9cdd75f74da093470
size 5872380 size 4219028