Commit 0edb2eb
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
| |||
264 | 259 | | |
265 | 260 | | |
266 | 261 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | 262 | | |
271 | 263 | | |
272 | 264 | | |
| |||
369 | 361 | | |
370 | 362 | | |
371 | 363 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | 364 | | |
379 | 365 | | |
380 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments