SHA256
1
0
forked from pool/breezy
Commit Graph

15 Commits

Author SHA256 Message Date
6ecec76422 - 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/package/show/devel:tools:scm/breezy?expand=0&rev=27
2023-06-07 16:35:44 +00:00
09b933a247 Accepting request 1061184 from home:mcepl:branches:devel:tools:scm
- 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

OBS-URL: https://build.opensuse.org/request/show/1061184
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=23
2023-01-27 12:30:09 +00:00
9bfc1a1724 Accepting request 1030875 from home:jengelh:branches:devel:tools:scm
- Remove silly wording from description

OBS-URL: https://build.opensuse.org/request/show/1030875
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=21
2022-10-25 08:47:14 +00:00
Martin Pluskal
c03cbdff5b Accepting request 983792 from home:StevenK:branches:devel:tools:scm
- 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.

OBS-URL: https://build.opensuse.org/request/show/983792
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=19
2022-06-27 12:36:45 +00:00
Martin Pluskal
4af09981cc Accepting request 975963 from home:StevenK:branches:devel:tools:scm
- Remove unneeded {Build,}Requires on python3-six.

OBS-URL: https://build.opensuse.org/request/show/975963
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=17
2022-05-10 07:17:20 +00:00
0434e502f8 Accepting request 906340 from home:mcepl:branches:devel:tools:scm
- Update to 3.2.1:
  - Fix compatibliity with newer versions of Dulwich.

OBS-URL: https://build.opensuse.org/request/show/906340
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=16
2021-07-15 08:43:55 +00:00
4364817832 Accepting request 891136 from home:mcepl:branches:devel:tools:scm
- 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.

OBS-URL: https://build.opensuse.org/request/show/891136
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=14
2021-05-10 05:28:23 +00:00
1053c1de24 Accepting request 855331 from home:mcepl:branches:devel:tools:scm
- Require the full python3 stdlib for sqlite3 import
  gh#openSUSE/python-rpm-macros#66

- Add skip_resource.setrlimit.patch to avoid tests failing in the limit
  environment of osc build, where resource.setrlimit() doesn't work
  (lp#1883125).

OBS-URL: https://build.opensuse.org/request/show/855331
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=12
2020-12-15 13:27:45 +00:00
7a9183b45b Accepting request 829984 from home:alarrosa:branches:devel:tools:scm
- Patches from upstream to build with Dulwich 0.20.5:
  * 7551_7550.diff
  * 0001-Fix-tests-with-newer-dulwich.patch
  * 0002-Fix-more-tests.patch

OBS-URL: https://build.opensuse.org/request/show/829984
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=10
2020-08-27 12:20:56 +00:00
Martin Pluskal
c1a7479d40 Accepting request 813471 from home:pgajdos:python
- version update to 3.1.0
  3.0.3
  Bug Fixes
  *********
   * Don't throw an error attempting to read the parent of a ref.
     (Jelmer Vernooij)
   * Fix fast-exporting of symlinks on Python 3. (Jelmer Vernooij, #1851478)
   * Don't rely on private transport attribute in fast-import.
     (Jelmer Vernooij, #1854607)
   * Fix conversion of time_t to int on certain platforms (arm64, armhf,
     ppc64el). (Jelmer Vernooij)
  External Compatibility Breaks
  *****************************
  * The ``brz init-repo`` command has been renamed to
    ``brz init-shared-repo`` to emphasize that it creates
    shared repositories rather than just any kind of repository.
    (Jelmer Vernooij)
  New Features
  ************
  * A new ``brz land`` command can merge merge proposals on Launchpad,
    GitHub and GitLab sites. (Jelmer Vernooij, #1816213)
  * The 'patch' command is now bundled with brz.
    Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)
  * The 'quilt' plugin, extracted from brz-debian, is now
    bundled. (Jelmer Vernooij)
  * A new ``calculate_revnos`` configuration option (defaults to enabled)
    can be used to disable revno display for branch formats that
    do not natively store revnos. This speeds up ``brz log`` on
    the Samba git branch by 33%.
    (Jelmer Vernooij)

OBS-URL: https://build.opensuse.org/request/show/813471
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=8
2020-06-11 11:05:22 +00:00
Martin Pluskal
954157e8e8 Accepting request 802966 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Disable test_ancient_{ctime,mtime} tests as they are known to be broken on aarch64 %arm ppc ppc64le s390x
- Disable test_distant_{ctime,mtime} on %arm

OBS-URL: https://build.opensuse.org/request/show/802966
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=6
2020-05-16 06:42:35 +00:00
91b3f8a637 Accepting request 791935 from home:dimstar:Factory
- License: GPL-2.0-or-later. Updated as identified by legal review
  (info based on README.rst).

OBS-URL: https://build.opensuse.org/request/show/791935
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=4
2020-04-07 08:55:08 +00:00
3572bc816f Accepting request 790095 from home:scarabeus_iv:branches:devel:tools:scm
- Add provides/obsoletes on bzr as we are the py3 variant and
  provide the same binaries

- Add patch to fix borked test import fix-tests.patch

OBS-URL: https://build.opensuse.org/request/show/790095
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=3
2020-03-31 11:07:22 +00:00
c90eecb7ac Accepting request 790048 from home:scarabeus_iv:branches:devel:tools:scm
[  187s] = 2174 failed, 8084 passed, 379 skipped, 24 xfailed, 830 warnings in 162.20s (0:02:42) =
^^ it still needs fixes, but at least enables the testing so we have somewhere to start


- Add patch to fix borked test import fix-tests.ptch
- Enable testing

OBS-URL: https://build.opensuse.org/request/show/790048
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=2
2020-03-31 09:23:41 +00:00
Martin Pluskal
629373f8b3 Accepting request 781582 from home:alarrosa:branches:devel:tools:scm
This is a "friendly fork" of bzr, a replacement
that uses python3 instead of python2

OBS-URL: https://build.opensuse.org/request/show/781582
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=1
2020-03-04 19:28:51 +00:00