Next | Query returned 46 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2020-03-19 18:03:51 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
py-pygit2: update to 1.1.1nb1.

Add missing dependency on py-cached-property.
   2020-03-10 23:50:14 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-pygit2: update to 1.1.1.

1.1.1 (2020-03-06)
-------------------------

- Fix crash in tree iteration
  `#984 <https://github.com/libgit2/pygit2/pull/984>`_
  `#980 <https://github.com/libgit2/pygit2/issues/980>`_

- Do not include the docs in dist files, so they're much smaller now
   2020-03-01 12:18:46 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pygit2: sort PLIST
   2020-03-01 12:08:11 by Nia Alarie | Files touched by this commit (3)
Log message:
py-pygit2: Update to 1.1.0

1.1.0 (2020-03-01)
-------------------------

- Upgrade to libgit2 0.99
  `#959 <https://github.com/libgit2/pygit2/pull/959>`_

- Continued work on custom odb backends
  `#948 <https://github.com/libgit2/pygit2/pull/948>`_

- New ``Diff.patchid`` getter
  `#960 <https://github.com/libgit2/pygit2/pull/960>`_
  `#877 <https://github.com/libgit2/pygit2/issues/877>`_

- New ``settings.disable_pack_keep_file_checks(...)``
  `#908 <https://github.com/libgit2/pygit2/pull/908>`_

- New ``GIT_DIFF_`` and ``GIT_DELTA_`` constants
  `#738 <https://github.com/libgit2/pygit2/issues/738>`_

- Fix crash in iteration of config entries
  `#970 <https://github.com/libgit2/pygit2/issues/970>`_

- Travis: fix printing features when building Linux wheels
  `#977 <https://github.com/libgit2/pygit2/pull/977>`_

- Move ``_pygit2`` to ``pygit2._pygit2``
  `#978 <https://github.com/libgit2/pygit2/pull/978>`_

Requirements changes:

- Now libgit2 0.99 is required
- New requirement: cached-property

Breaking changes:

- In the rare case you're directly importing the low level ``_pygit2``, the
  import has changed::

    # Before
    import _pygit2

    # Now
    from pygit2 import _pygit2
   2020-02-29 12:47:09 by Nia Alarie | Files touched by this commit (7)
Log message:
Recursive revbump for libgit2-0.99.0
   2020-02-18 12:32:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pygit2: updated to 1.0.3

1.0.3:
- Fix memory leak in DiffFile
   2020-01-11 17:20:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pygit2: updated to 1.0.2

1.0.2:
Fix enumerating tree entries with submodules

1.0.1:
Fix build in Mac OS

1.0.0:
Drop Python 2.7 and 3.4 support, six no longer required
Add Python 3.8 support
New support for / operator to traverse trees
New Branch.raw_branch_name
New Index.remove_all()
New Remote.ls_remotes(..)
New Repository.lookup_reference_dwim(..) and Repository.resolve_refish(..)
New Repository.odb returns new Odb type instance. And new OdbBackend type.
New Repository.references.compress()
Optimization: Load notes lazily
Fix spurious exception in config
Minor documentation and cosmetic changes
   2019-06-11 14:18:31 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-pygit2: update to 0.28.2.

0.28.2 (2019-05-26)
-------------------------

- Fix crash in reflog iteration
  `#901 <https://github.com/libgit2/pygit2/issues/901>`_

- Support symbolic references in ``branches.with_commit(..)``
  `#910 <https://github.com/libgit2/pygit2/issues/910>`_

- Documentation updates
  `#909 <https://github.com/libgit2/pygit2/pull/909>`_

- Test updates
  `#911 <https://github.com/libgit2/pygit2/pull/911>`_
   2019-05-14 05:12:36 by Maya Rashish | Files touched by this commit (1)
Log message:
py-pygit2: fix python2.7 install
   2019-05-01 09:23:53 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-pygit2: update to 0.28.1.

0.28.1 (2019-04-19)
-------------------------

- Now works with pycparser 2.18 and above
  `#846 <https://github.com/libgit2/pygit2/issues/846>`_

- Now ``Repository.write_archive(..)`` keeps the file mode
  `#616 <https://github.com/libgit2/pygit2/issues/616>`_
  `#898 <https://github.com/libgit2/pygit2/pull/898>`_

- New ``Patch.data`` returns the raw contents of the patch as a byte string
  `#790 <https://github.com/libgit2/pygit2/pull/790>`_
  `#893 <https://github.com/libgit2/pygit2/pull/893>`_

- New ``Patch.text`` returns the contents of the patch as a text string,
  deprecates `Patch.patch`
  `#790 <https://github.com/libgit2/pygit2/pull/790>`_
  `#893 <https://github.com/libgit2/pygit2/pull/893>`_

Deprecations:

- ``Patch.patch`` is deprecated, use ``Patch.text`` instead

Next | Query returned 46 messages, browsing 31 to 40 | Previous