8cb657453e
Merge pull request 'Fix vendoring in _service && revendor' ( #1 ) from mcepl/breezy:opensuse_build into factory
2025-01-29 12:54:51 +01:00
397e386ff1
fix: bash-completion subpackage doesn't make sense without breezy installed.
2025-01-22 16:38:23 +01:00
a9ff0135c0
- Fix vendoring in _service && revendor
...
- Fix packaging bugs (make rpmlint more happy and switch to wheel
workflow)
- Add Debian patches:
- 03_spurious_test_failure.patch
- 08_disable_sphinx_epytext.patch
- 16_generate_ids.patch
- Add bash completion
Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
2025-01-22 13:55:40 +01:00
Ana Guerrero
6dae5044b0
Accepting request 1222608 from devel:tools:scm
...
- Update to 3.3.9:
- Plenty of bug fixes
- Compatibility up to 3.12
- Add MergeProposal.__str__, MergeProposal.__repr__
- Explicitly track which URLs are used for GitLab
- Add functional _service file.
- python-launchpadlib should be Recommends, not Suggests.
- Remove cargo_config (it is now included in the vendor tarball).
OBS-URL: https://build.opensuse.org/request/show/1222608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=14
2024-11-08 11:00:46 +00:00
a6ec020f42
Fix changes
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=32
2024-11-07 23:43:00 +00:00
bf6821927f
- Update to 3.3.9:
...
- Add functional _service file.
- python-launchpadlib should be Recommends, not Suggests.
- Remove cargo_config (it is now included in the vendor tarball).
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=31
2024-11-07 23:26:59 +00:00
Ana Guerrero
6add4051ad
Accepting request 1116637 from devel:tools:scm
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/1116637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=13
2023-10-10 19:00:56 +00:00
297b932500
- 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
2023-10-10 08:05:59 +00:00
Dominique Leuenberger
3ff649e75b
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
2023-06-07 21:08:26 +00:00
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
Dominique Leuenberger
4845d87fc1
Accepting request 1061555 from 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
- Add skip_lp2003710.patch to skip failing tests (lp#2003710).
OBS-URL: https://build.opensuse.org/request/show/1061555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=11
2023-01-28 17:44:03 +00:00
57ada13c6c
Fix changelog
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=25
2023-01-27 13:41:01 +00:00
cb8839e657
Fix changelog
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=24
2023-01-27 13:40:34 +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
Dominique Leuenberger
4303fe08f7
Accepting request 1031079 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1031079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=10
2022-10-25 10:51:35 +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
Dominique Leuenberger
9ebc457624
Accepting request 985313 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/985313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=9
2022-06-28 13:21:45 +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
Dominique Leuenberger
d376887dce
Accepting request 975995 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/975995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=8
2022-05-10 13:12:17 +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
Dominique Leuenberger
97e4ea7715
Accepting request 906421 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/906421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=7
2021-07-15 22:00:37 +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
Dominique Leuenberger
9ece18a0d1
Accepting request 891934 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/891934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=6
2021-05-12 17:31:23 +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
Dominique Leuenberger
add334a2bb
Accepting request 855994 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/855994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=5
2020-12-18 18:56:49 +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
Dominique Leuenberger
d5c287187b
Accepting request 829985 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/829985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=4
2020-09-04 08:58:56 +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
Dominique Leuenberger
604d4af76e
Accepting request 813476 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/813476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=3
2020-06-21 16:49:49 +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
Dominique Leuenberger
b5e15195d7
Accepting request 805967 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/805967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=2
2020-05-17 21:42:43 +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
Dominique Leuenberger
4e26bbe52f
Accepting request 791943 from devel:tools:scm
...
New package breezy, a bzr "friendly" fork.
This requires https://build.opensuse.org/request/show/790036 to build (already accepted, but not yet in TW)
OBS-URL: https://build.opensuse.org/request/show/791943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breezy?expand=0&rev=1
2020-04-19 19:48:49 +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