Path to this page:
./
devel/breezy,
Friendly distributed version control system
Branch: CURRENT,
Version: 3.3.12,
Package name: breezy-3.3.12,
Maintainer: rhialtoBreezy (brz) is a decentralized revision control system, designed to be
easy for developers and end users alike.
By default, Breezy provides support for both the `Bazaar
<https://www.bazaar-vcs.org>`_ and `Git <https://www.git-scm.com/>`_ file
formats.
To learn how to use Breezy, see the official documentation in the `doc`
directory or refer to the Bazaar documentation at
<https://www.breezy-vcs.org/doc/en/>.
Breezy is a friendly fork of the Bazaar (``bzr``) project, hosted on
http://bazaar.canonical.com/. It is backwards compatibility with
Bazaar's disk format and protocols. One of the key differences with
Bazaar is that Breezy also runs on Python 3.3 and later, in addition to
Python 2.7.
Required to run:[
devel/py-setuptools] [
devel/py-dulwich] [
lang/py-six] [
devel/py-configobj] [
devel/py-fastimport] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 9164.973 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-06-12) Updated to version: breezy-3.3.12
- (2025-04-25) Updated to version: breezy-3.3.8nb1
CVS history: (Expand)
2025-06-12 09:43:19 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
breezy: update to 3.3.12.
brz 3.3.12
##########
:3.3.12: 2025-05-13
* Drop use of ``PyInt_AsUnsignedLongMask``, which is deprecated in
modern Python. (Jelmer Vernooij)
brz 3.3.11
##########
:3.3.11: 2025-04-06
* Drop static tuple. This is breaking Python
3.13 support, Python has made improvements to tuples
that should reduce the need for this. We're
also moving performance-critical code to rust
in the future. (#2102194, Jelmer Vernooij)
* Fix timezone handling, avoid looking up
timezone. (#2103478, Jelmer Vernooij)
* Drop unused ``simple_set`` extension.
(Jelmer Vernooij)
brz 3.3.10
##########
:3.3.10: 2025-03-14
* Breezy itself is now hosted on GitHub -
https://github.com/breezy-team/breezy.
(Jelmer Vernooij)
* Bump PyO3 to 0.23. (Jelmer Vernooij)
* Add support for Python 3.13.
(Jelmer Vernooij, #2102194)
brz 3.3.9
#########
:3.3.9: 2024-10-20
* Update pyo3 to 0.22, adding support for Python 3.13. (Jelmer Vernooij,
#2084288)
|
| 2025-04-25 09:41:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
breezy: adapt for setuptools 78
|
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-13 10:50:21 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
ibreezy: tries to disable rust were incomplete
add missing setuptools_rust tool dependency (if it's not there, the package
doesn't build) and update PLIST to what's currently installed
|
2024-10-05 15:34:20 by Olaf Seibert | Files touched by this commit (4) |  |
Log message:
devel/breezy: update to 3.3.8
I managed to bluntly patch out all use of Rust (which was useless
anyway). I commented out some lines in the Makefile that were there to
support Rust. These can be used to test it; and also when in the future
Rust no longer can be avoided (which seems likely to happen).
Upstream changes: unknown; doc/en/release-notes/brz-3.3.txt mentions
nothing beyond 3.3.5.
|
2024-01-28 13:43:55 by Olaf Seibert | Files touched by this commit (4) |  |
Log message:
devel/breezy: update to 3.3.5.
Now compatible with Python 3.12.
|
| 2024-01-24 17:43:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
breezy: add missing tools
|
| 2024-01-07 17:13:43 by Olaf Seibert | Files touched by this commit (1) |
Log message:
devel/breezy: fix dependencies.
|