The NetBSD Project

CVS log for pkgsrc/devel/breezy/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / breezy

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:27:59 2024 UTC (2 weeks, 6 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Oct 13 08:50:21 2024 UTC (7 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -5 lines
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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Oct 5 13:34:19 2024 UTC (8 weeks, 1 day ago) by rhialto
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -8 lines
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.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 28 12:43:55 2024 UTC (10 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
devel/breezy: update to 3.3.5.

Now compatible with Python 3.12.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jan 24 16:43:18 2024 UTC (10 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
breezy: add missing tools

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 7 16:13:43 2024 UTC (10 months, 3 weeks ago) by rhialto
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -2 lines
devel/breezy: fix dependencies.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jan 7 15:13:12 2024 UTC (10 months, 3 weeks ago) by rhialto
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -12 lines
devel/breezy: update to 3.3.4.

Major change: now parts are written in Rust. A default build even tries to
build the main program in Rust (which uses libpython to run all the python).
This has been patched out.
Breezy is now compatible with Python 3.11.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Dec 25 18:16:48 2023 UTC (11 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
breezy: not for Python 3.12

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:24:04 2023 UTC (15 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: recursive bump for Python 3.11 as new default

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 6 16:15:37 2023 UTC (15 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
breezy: not for Python 3.11 (needs updating to 3.3.2)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:40:35 2023 UTC (17 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 27 18:52:41 2022 UTC (2 years, 4 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -4 lines
devel/breezy: add dependency on py-fastbencode.

It's not immediately obvious when it is missing, but (at least)
"brz log" needs it.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 30 11:18:11 2022 UTC (2 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 3 13:45:17 2022 UTC (2 years, 7 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
devel/breezy: update to 3.2.2.

I didn't find release notes for this version.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:00 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:46 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 12 18:59:06 2021 UTC (3 years, 4 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
devel/breezy: update to 3.2.1

brz 3.2.1 :Codename: Nirvana 2021-07-08

Bug Fixes

 * Fix compatibility with newer versions of Dulwich.  (Jelmer Vernooij)

brz 3.2.0 :Codename: Nirvana

Internals

.. Major internal changes, unlikely to be visible to users or plugin
   developers, but interesting for brz developers.

Testing

.. Fixes and changes that are only relevant to brz's test framework and
   suite.  This can include new facilities for writing tests, fixes to
   spurious test failures and changes to the way things should be tested.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 12 18:46:50 2021 UTC (3 years, 4 months ago) by rhialto
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
devel/breezy: requires py-patiencediff

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 4 20:45:06 2020 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 20 20:04:32 2020 UTC (4 years, 4 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
devel/breezy: update to 3.1.0.


3.1.0

    2020-05-21

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)

    Directly read mtab rather than using psutil when trying to figure out
filesystem types. This removes a dependency that not all users may have
installed and speeds up import time since psutil brings in various other
modules. (Jelmer Vernooij)

    brz diff now has a --color argument that can write color diff
output. This is based on the cdiff code in bzrtools by Aaron Bentley.
(Jelmer Vernooij, #376594)

    Information about tree references can now be updated on remote branches.
(Jelmer Vernooij)

    Warn the user when they attempt to use Breezy in a Subversion
working copy.  (Jelmer Vernooij)

    Add a basic Mercurial plugin that mentions that .hg repositories are
unsupported when the user attempts to access one. (Jelmer Vernooij)

    The 2a format now officially supports storing tree references. It
always partially supported storing tree reference data, and would
happily pull in tree reference data from other repository formats.
(Jelmer Vernooij)

    A new fossil plugin has been added that warns users when they
attempt to access Fossil repositories. (Jelmer Vernooij, #1848821)

    When pushing to Git repositories, symrefs are now followed. (Jelmer
Vernooij, #1800393)

    New brz clone command, which clones everything under a control
directory.  I.e. all colocated branches, like git clone. (Jelmer
Vernooij, #831939)

    brz sprout is now an alias for brz branch. (Jelmer Vernooij)

    brz branch now accepts a -b flag with the name of the colocated
branch to sprout. (Jelmer Vernooij, #1869977)

    Add a breezy.__main__ module so that python3 -m breezy works.
(Jelmer Vernooij)

Improvements

    A new --commit-message option has been added to brz propose, for
hosting sites that support it. (Jelmer Vernooij)

    Automatically upgrade to branch format 8 when setting branch
references.  (Jelmer Vernooij)

    The ssh configuration variable can be used to set the default SSH
implementation. (Jelmer Vernooij, #650757)

    locks.steal_dead is now enabled by default. (Jelmer Vernooij,
#220464)

    The substitution variables for the change_editor configuration
option are now '{old_path}' and '{new_path}' rather than '@old_path' and
'@new_path'. The former is more consistent with the way substitutions
work in other configuration options. The old syntax is still supported.
(Jelmer Vernooij, #708718)

    The brz inventory command now accepts a --include-root argument to
show the tree root. (Jelmer Vernooij)

    Fix support for reading Git repositories over HTTP without a smart
server.  (Jelmer Vernooij)

    CVS pserver URLs now indicate that the pserver protocol is not
supported.  (Jelmer Vernooij)

    Git repositories with submodules can now be imported into 2a
branches; submodules are converted to nested trees. (Jelmer Vernooij,
#402814)

    Python 3 is now used by default to run scripts, etc. from the
makefile.  (Jelmer Vernooij)

    .git/config is now consulted to determine the users' identity for
commits, and the gpg_signing_key. (Jelmer Vernooij)

    Ignore special files (fifos, block/character devices, sockets) when
finding changes in Git working trees. (Jelmer Vernooij, #1857244)

    Parse error messages from stderr when a remote Git server hangs up.
(Jelmer Vernooij)

Bug Fixes

    Print a sensible error message when conversion for an option fails (i.e.
when a non-int is specified as the value for an integer parameter) (#237844,
Jelmer Vernooij)

    Don't include timestamps in filenames when reporting on binary files in
diff. (Jelmer Vernooij, #71307)

    Ignore UnknownFormatErrors when scanning for control directories. (Jelmer
Vernooij, #468332)

    Fix fetching from remote git repositories in brz git-import. (Jelmer
Vernooij, #1836238)

    A new TreeEntry.is_unmodified method has added, which allows merge to check
for unmodified files without relying on the .revision attribute that is not
available for Git trees. This fixes LCA merges for Git repositories. (Jelmer
Vernooij, #1826663)

    Fix passing of directories in specific_files to
GitWorkingTree.iter_entries_by_dir(). (Jelmer Vernooij, #1844054)

    Fix brz diff --using when {old_path} and {new_path} are not specified in
the template. (#1847915, Jelmer Vernooij)

    Ignore ghost tags when interacting with remote Git repositories. (Jelmer
Vernooij)

    Fix setup_ui=False when initializing Breezy. (Jelmer Vernooij, #1852647)

    Fix backwards compatibility with Bazaar by supporting the $BZR_EMAIL
variable. (Jelmer Vernooij, #1869178)

    Cope with non-ascii characters in Git signatures. (Jelmer Vernooij,
#1869533)

    Fix use of proxy_bypass on Python 3. (Jelmer Vernooij, #1878698)

    Create $XDG_HOME_DIR if it does not exist. (Jelmer Vernooij)

API Changes

    New Tree.get_transform method for getting a TreeTransform object. (Jelmer
Vernooijj)

    The Tree.get_root_id method has been removed. Use Tree.path2id('') instead.
(Jelmer Vernooij)

    Repository.find_branches now returns an iterator rather than a list.
(Jelmer Vernooij, #413970)

    New Tree.get_nested_tree method for retrieving a nested tree. (Jelmer
Vernooij)

    The ControlDirFormat.register_server_prober method has been removed.
Instead, probers can now have a priority method to influence when they are run.
(Jelmer Vernooij)

    New urlutils.strip_segment_parameters function for stripping segment
parameters from a URL. (Jelmer Vernooij)

    Tree.id2path has a new optional argument recurse, that determines whether
it scans through nested trees. (Jelmer Vernooij)

    VersionedFiles.add_content can now be used to add content from
ContentFactory objects. (Jelmer Vernooij)



3.0.2
2019-11-19

Bug Fixes

    Disable loading from entrypoints by default, since it can significantly
slow down startup on some platforms. (Jelmer Vernooij, #1832868)

    Don't fail when unable to write per-user ignore list due to one of the
intermediate directories not existing (Jelmer Vernooij, #1851904)

    Fix file graph operations on Git repositories. (Jelmer Vernooij,
#1847913)

    Allow running tests without launchpadlib installed. (Jelmer Vernooij,
#1849988)

    Fix compatibility with Python 3.8. (Jelmer Vernooij, Victor Stinner,
#1844684)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 26 17:30:56 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 30 13:50:37 2019 UTC (5 years ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
breezy: Switch to PYTHON_VERSIONS_INCOMPATIBLE.

The previous PYTHON_VERSIONS_ACCEPTED included versions that had previously
been removed from pkgsrc long ago, breaking pbulk-index and resulting in the
package being missing from bulk builds.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 3 10:39:07 2019 UTC (5 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 27 13:05:46 2019 UTC (5 years, 1 month ago) by rhialto
Branches: MAIN
Add breezy (brz), a successor to bazaar (bzr).

Breezy (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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>