Skip to content

Commit 0edb2eb

Browse files
committed
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)
1 parent 7cafcb2 commit 0edb2eb

4 files changed

Lines changed: 19 additions & 31 deletions

File tree

devel/breezy/Makefile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# $NetBSD: Makefile,v 1.25 2025/04/25 07:41:39 wiz Exp $
1+
# $NetBSD: Makefile,v 1.26 2025/06/12 07:43:18 wiz Exp $
22

3-
DISTNAME= breezy-3.3.8
4-
PKGREVISION= 1
3+
DISTNAME= breezy-3.3.12
54
CATEGORIES= devel scm
6-
MASTER_SITES= https://launchpad.net/brz/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/+download/
5+
#MASTER_SITES= https://launchpad.net/brz/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/+download/
6+
MASTER_SITES= ${MASTER_SITE_GITHUB:=breezy-team/}
7+
GITHUB_TAG= ${DISTNAME:S/breezy/brz/}
78

89
MAINTAINER= rhialto@NetBSD.org
910
HOMEPAGE= https://breezy-vcs.org/
@@ -28,8 +29,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testtools>=0:../../devel/py-testtools
2829
USE_TOOLS+= gmake
2930
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
3031

31-
PYTHON_VERSIONS_INCOMPATIBLE= 27
32-
3332
# Prevent setup.py from building breezy/main.rs; use console_script instead.
3433
MAKE_ENV+= CIBUILDWHEEL=1
3534

@@ -61,6 +60,9 @@ post-install:
6160

6261
#do-test: "brz selftest -v" needs the installed package.
6362

63+
# as of 3.3.12
64+
# 2295 failed, 8056 passed, 391 skipped, 25 xfailed, 71977 warning
65+
6466
#.include "cargo-depends.mk"
6567

6668
.include "../../devel/zlib/buildlink3.mk"

devel/breezy/PLIST

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.8 2025/04/25 07:41:39 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.9 2025/06/12 07:43:18 wiz Exp $
22
bin/brz
33
bin/bzr-receive-pack
44
bin/bzr-upload-pack
@@ -103,11 +103,6 @@ ${PYSITELIB}/breezy/bzr/_rio_py.py
103103
${PYSITELIB}/breezy/bzr/_rio_py.pyc
104104
${PYSITELIB}/breezy/bzr/_rio_py.pyo
105105
${PYSITELIB}/breezy/bzr/_rio_pyx.so
106-
${PYSITELIB}/breezy/bzr/_simple_set_pyx.so
107-
${PYSITELIB}/breezy/bzr/_static_tuple_c.so
108-
${PYSITELIB}/breezy/bzr/_static_tuple_py.py
109-
${PYSITELIB}/breezy/bzr/_static_tuple_py.pyc
110-
${PYSITELIB}/breezy/bzr/_static_tuple_py.pyo
111106
${PYSITELIB}/breezy/bzr/branch.py
112107
${PYSITELIB}/breezy/bzr/branch.pyc
113108
${PYSITELIB}/breezy/bzr/branch.pyo
@@ -264,9 +259,6 @@ ${PYSITELIB}/breezy/bzr/smart/signals.pyo
264259
${PYSITELIB}/breezy/bzr/smart/vfs.py
265260
${PYSITELIB}/breezy/bzr/smart/vfs.pyc
266261
${PYSITELIB}/breezy/bzr/smart/vfs.pyo
267-
${PYSITELIB}/breezy/bzr/static_tuple.py
268-
${PYSITELIB}/breezy/bzr/static_tuple.pyc
269-
${PYSITELIB}/breezy/bzr/static_tuple.pyo
270262
${PYSITELIB}/breezy/bzr/tag.py
271263
${PYSITELIB}/breezy/bzr/tag.pyc
272264
${PYSITELIB}/breezy/bzr/tag.pyo
@@ -369,12 +361,6 @@ ${PYSITELIB}/breezy/bzr/tests/test__groupcompress.pyo
369361
${PYSITELIB}/breezy/bzr/tests/test__rio.py
370362
${PYSITELIB}/breezy/bzr/tests/test__rio.pyc
371363
${PYSITELIB}/breezy/bzr/tests/test__rio.pyo
372-
${PYSITELIB}/breezy/bzr/tests/test__simple_set.py
373-
${PYSITELIB}/breezy/bzr/tests/test__simple_set.pyc
374-
${PYSITELIB}/breezy/bzr/tests/test__simple_set.pyo
375-
${PYSITELIB}/breezy/bzr/tests/test__static_tuple.py
376-
${PYSITELIB}/breezy/bzr/tests/test__static_tuple.pyc
377-
${PYSITELIB}/breezy/bzr/tests/test__static_tuple.pyo
378364
${PYSITELIB}/breezy/bzr/tests/test_btree_index.py
379365
${PYSITELIB}/breezy/bzr/tests/test_btree_index.pyc
380366
${PYSITELIB}/breezy/bzr/tests/test_btree_index.pyo

devel/breezy/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.9 2024/10/05 13:34:19 rhialto Exp $
1+
$NetBSD: distinfo,v 1.10 2025/06/12 07:43:18 wiz Exp $
22

3-
BLAKE2s (breezy-3.3.8.tar.gz) = 2261def39b52c7160a2dc2aa09e43e73c47dee699ddba4bae9e902272d5973fa
4-
SHA512 (breezy-3.3.8.tar.gz) = 476e227b7f6e42b162375fe017caedf8aa816e7cc29204d6263e1d6343f88c1aa5c764ecea7fc9c04a066a6017e0632e55f89b1a6a4ff734062e45516b04c20a
5-
Size (breezy-3.3.8.tar.gz) = 10398195 bytes
3+
BLAKE2s (breezy-3.3.12.tar.gz) = c8f5560134942f307539d94f91c44f8091ab968989d5079a06a750da5931d21b
4+
SHA512 (breezy-3.3.12.tar.gz) = 460cb3b7e0d2557644f5cc428ba24f769b42031716423cdfe43da04576b0a46642b01aa930ebb737b713bf627155c66e9693013a2d476b9703a9bc8a6ef694a6
5+
Size (breezy-3.3.12.tar.gz) = 9384932 bytes
66
SHA1 (patch-breezy_bzr_rio.py) = 99566d80ba2963da4d1c4ad8813270f7cc61874b
77
SHA1 (patch-breezy_tests_test__server.py) = 768c43eb412fc688c49ac5037c4dc18b046b1be0
8-
SHA1 (patch-setup.py) = 5fd2478ef24fc2cf414d7c72b7dfdfd6f0736081
8+
SHA1 (patch-setup.py) = d1b56c52e74736110cf522f8459ddf53d2e7dfce

devel/breezy/patches/patch-setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$NetBSD: patch-setup.py,v 1.2 2024/10/05 13:34:19 rhialto Exp $
1+
$NetBSD: patch-setup.py,v 1.3 2025/06/12 07:43:18 wiz Exp $
22

33
- Surely this should work in some other way, but without this,
44
"setup.py build" errors out with "error: invalid command 'build_mo'".
@@ -15,9 +15,9 @@
1515
time, commented-out fragments in the Makefile remain for the case where
1616
one wants to try using Rust.
1717

18-
--- setup.py.orig 2024-06-27 14:42:24.000000000 +0000
18+
--- setup.py.orig 2025-04-05 23:22:03.000000000 +0000
1919
+++ setup.py
20-
@@ -79,10 +79,16 @@ class build_man(Command):
20+
@@ -77,10 +77,16 @@ class build_man(Command):
2121

2222
from setuptools.command.build import build
2323

@@ -34,8 +34,8 @@
3434
+# "build_mo": build_mo,
3535
}
3636

37-
from distutils import log
38-
@@ -220,7 +226,7 @@ import site
37+
from distutils.extension import Extension
38+
@@ -213,7 +219,7 @@ import site
3939
site.ENABLE_USER_SITE = "--user" in sys.argv
4040

4141
rust_extensions = [

0 commit comments

Comments
 (0)