1
0
Commit Graph

23 Commits

Author SHA256 Message Date
Dominique Leuenberger
e6a5140fcf Accepting request 780380 from devel:languages:python
- update to 0.19.15:
   * Properly handle files that are just executable for the
     current user. (Jelmer Vernooij, #734)
   * Fix handling of stored encoding in
     ``dulwich.porcelain.get_object_by_path`` on Python 3.
     (Jelmer Vernooij)
   * Support the include_trees and rename_detector arguments
     at the same time when diffing trees.
     (Jelmer Vernooij)
   * Strip superfluous <> around email. (monnerat)
   * Stop checking for ref validity client-side. Users can
     still call check_wants manually. (Jelmer Vernooij)
   * Switch over to Google-style docstrings.
   * Add a ``dulwich.porcelain.active_branch`` function.
   * Cleanup new directory if clone fails. (Jelmer Vernooij, #733)
   * Expand "~" in global exclude path. (Jelmer Vernooij)

OBS-URL: https://build.opensuse.org/request/show/780380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=29
2020-03-08 21:21:29 +00:00
Yuchen Lin
3e1c199fd9 Accepting request 730633 from devel:languages:python
- Update to 0.19.13:
  * Don't trust modes if they can't be modified after a file has been created.
  * Implement ``RefsContainer.__iter__``
  * Mark ``.git`` directories as hidden on Windows.
  * Return a 404 not found error when repository is not found.
  * Add a basic ``porcelain.clean``.
  * Update directory detection for `get_unstaged_changes` for Python 3.
  * Avoid ``PermissionError``, since it is Python3-specific.

OBS-URL: https://build.opensuse.org/request/show/730633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=28
2019-09-17 11:36:21 +00:00
Dominique Leuenberger
bd031d7472 Accepting request 698063 from devel:languages:python
- Use Recommends for python-gpg and python-fastimport. Both are
  optional requirements

OBS-URL: https://build.opensuse.org/request/show/698063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=27
2019-05-03 20:34:57 +00:00
Dominique Leuenberger
e866e7eba9 Accepting request 685050 from devel:languages:python
- Update to 0.19.11:
  * too many changes to enumerate, see NEWS
- Drop docu subpackage as it needs many more sphinx modules

OBS-URL: https://build.opensuse.org/request/show/685050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=26
2019-03-29 19:35:12 +00:00
Dominique Leuenberger
837428d4eb Accepting request 620963 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/620963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=25
2018-07-09 11:27:19 +00:00
Dominique Leuenberger
f5c528c83c Accepting request 539416 from devel:languages:python
- Update to version 0.18.5 (bsc#1066430)
  + No detailed upstream release notes
  + Commit history https://www.dulwich.io/code/dulwich/

OBS-URL: https://build.opensuse.org/request/show/539416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=24
2017-11-07 09:05:26 +00:00
Dominique Leuenberger
bba4bce101 Accepting request 526919 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/526919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=23
2017-09-20 15:07:54 +00:00
Yuchen Lin
d7975e8f7c Accepting request 515871 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/515871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=22
2017-08-13 12:58:03 +00:00
Dominique Leuenberger
aba991a83a Accepting request 494942 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/494942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=21
2017-05-17 08:54:12 +00:00
Dominique Leuenberger
c61796c4ed Accepting request 451239 from devel:languages:python
- update to 0.16.3:
 IMPROVEMENTS
  * Fixed failing test-cases on windows.
    (Koen Martens)
  * Add support for worktrees. See `git-worktree(1)` and
    `gitrepository-layout(5)`. (Laurent Rineau)
  * Add support for `commondir` file in Git control
    directories. (Laurent Rineau)
  * Add support for passwords in HTTP URLs.
    (Jon Bain, Mika Mäenpää)
  * Add `release_robot` script to contrib,
    allowing easy finding of current version based on Git tags.
    (Mark Mikofski)
  * Add ``Blob.splitlines`` method.
    (Jelmer Vernooij)
  * Add `dulwich.config.parse_submodules` function.
  * Add `RefsContainer.follow` method. (#438)
  * Support `ssh://` URLs in get_transport_and_path_from_url().
    (Jelmer Vernooij, #402)
  * Support missing empty line after headers in Git commits and tags.
    (Nicolas Dandrimont, #413)
  * Fix `dulwich.porcelain.status` when used in empty trees.
    (Jelmer Vernooij, #415)
  * Return copies of objects in MemoryObjectStore rather than
    references, making the behaviour more consistent with that of
    DiskObjectStore. (Félix Mattrat, Jelmer Vernooij)
  * Fix ``dulwich.web`` on Python3. (#295, Jonas Haag)
  * Many bugfixes, see NEWS file for details
 CHANGES
  * Changed license from "GNU General Public License, version 2.0 or later"

OBS-URL: https://build.opensuse.org/request/show/451239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=19
2017-01-25 22:26:33 +00:00
Dominique Leuenberger
a4cbcfa6d3 Accepting request 419482 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=18
2016-08-17 10:05:35 +00:00
Dominique Leuenberger
c16ad319b6 Accepting request 353641 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/353641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=17
2016-01-20 08:54:21 +00:00
Dominique Leuenberger
6a5f405154 Accepting request 349373 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/349373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=16
2016-01-01 18:47:17 +00:00
Stephan Kulow
d1cbe927ca Accepting request 306671 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/306671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=15
2015-05-15 05:43:55 +00:00
Dominique Leuenberger
582ca085a3 Accepting request 287343 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/287343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=14
2015-02-24 12:02:41 +00:00
Tomáš Chvátal
3f3a3f7dcb Accepting request 205537 from devel:languages:python
- Fix download Url (forwarded request 205536 from posophe)

OBS-URL: https://build.opensuse.org/request/show/205537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=12
2013-11-01 16:42:22 +00:00
Stephan Kulow
bcc7be252b Accepting request 142565 from devel:languages:python
- Update to version 0.8.6:
  + dulwich.__init__ no longer imports client, protocol, repo and
    server modules. (Jelmer Vernooij)
  + ConfigDict now behaves more like a dictionary.
    (Adam 'Cezar' Jenkins, issue #58)
  + HTTPGitApplication now takes an optional
    fallback_app argument. (Jonas Haag, issue #67)
  + Support for large pack index files. (Jameson Nash)
  + Make index entry tests a little bit less strict, to cope with
    slightly different behaviour on various platforms.
    (Jelmer Vernooij)
  + setup.py test (available when setuptools is installed) now
    runs all tests, not just the basic unit tests.
    (Jelmer Vernooij)
  + Commit._deserialize now actually deserializes the current state rather than
    the previous one. (Yifan Zhang, issue #59)
  + Handle None elements in lists of TreeChange objects. (Alex Holmes)
  + Support cloning repositories without HEAD set.
    (D-Key, Jelmer Vernooij, issue #69)
  + Support MemoryRepo.get_config. (Jelmer Vernooij)
  + In get_transport_and_path, pass extra keyword arguments on to
    HttpGitClient. (Jelmer Vernooij)
- Changes from version 0.8.5:
  + Avoid use of 'with' in dulwich.index. (Jelmer Vernooij)
  + Be a little bit strict about OS behaviour in index tests.
    Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij)
- See NEWS file for more changes

OBS-URL: https://build.opensuse.org/request/show/142565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=9
2012-11-25 12:28:42 +00:00
Stephan Kulow
abf9fdf6d3 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=7
2011-12-06 17:55:33 +00:00
Sascha Peilicke
d1dcccf1ef Accepting request 83880 from devel:languages:python
- Update to version 0.8.0:
  * web: Use correct result MIME types.
  * pack: Cache binary SHA of unpacked objects.
  - See upstream git for more details...

OBS-URL: https://build.opensuse.org/request/show/83880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=5
2011-09-26 08:14:21 +00:00
60c2617583 Autobuild autoformatter for 75201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=4
2011-07-19 13:01:44 +00:00
efc484c2ba Accepting request 75201 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/75201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=3
2011-07-19 13:01:36 +00:00
Berthold Gunreben
74815b42cd Autobuild autoformatter for 71062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=2
2011-06-07 12:02:29 +00:00
Berthold Gunreben
b8565360be Accepting request 71062 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/71062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=1
2011-06-07 12:02:16 +00:00