Commit Graph

77 Commits

Author SHA256 Message Date
Dominique Leuenberger
f4450f52f9 Accepting request 1040007 from devel:languages:python
- Update to version 1.11.1 (2022-11-09)
  * Fix Linux wheels, downgrade to manylinux 2_24 #1176
  * Windows wheels for Python 3.11 #1177
  * CI: Use 3.11 final release for testing #1178
  * Drop support for Python 3.7
  * Update Linux wheels to manylinux 2_28 #1136
  * Fix crash in signature representation #1162
  * Fix memory leak in Signature #1173
  * New optional argument raise_error in Repository.applies(...) #1166
  * New notify/progress callbacks for checkout and stash #1167 #1169
  * New Repository.remotes.names() #1159
  * Now refname argument in RemoteCallbacks.push_update_reference(...) is a string, not bytes #1168
  * Add missing newline at end of pygit2/decl/pack.h #1163

OBS-URL: https://build.opensuse.org/request/show/1040007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=30
2022-12-05 17:00:44 +00:00
e80915fa35 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=73 2022-12-04 14:55:39 +00:00
2897b9a787 Accepting request 1039869 from home:yarunachalam:branches:devel:languages:python
- Update to version 1.11.1 (2022-11-09)
  * Fix Linux wheels, downgrade to manylinux 2_24 #1176
  * Windows wheels for Python 3.11 #1177
  * CI: Use 3.11 final release for testing #1178
- Update to versino 1.11.0 (2022-11-06)
  * Drop support for Python 3.7
  * Update Linux wheels to manylinux 2_28 #1136
  * Fix crash in signature representation #1162
  * Fix memory leak in Signature #1173
  * New optional argument raise_error in Repository.applies(...) #1166
  * New notify/progress callbacks for checkout and stash #1167 #1169
  * New Repository.remotes.names() #1159
  * Now refname argument in RemoteCallbacks.push_update_reference(...) is a string, not bytes #1168
  * Add missing newline at end of pygit2/decl/pack.h #1163 

- Update to version

OBS-URL: https://build.opensuse.org/request/show/1039869
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=72
2022-12-04 14:55:17 +00:00
Dominique Leuenberger
59b989d5ab Accepting request 1004951 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1004951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=29
2022-09-20 17:24:09 +00:00
ca524fcc3d Accepting request 1004945 from home:coolo:branches:openSUSE:Factory
- Update to 1.10.1
  - Fix segfault in ``Signature`` repr
    `#1155 <https://github.com/libgit2/pygit2/pull/1155>`_
  - Linux and macOS wheels for Python 3.11
    `#1154 <https://github.com/libgit2/pygit2/pull/1154>`_
  - Upgrade to libgit2 1.5
  - Add support for ``GIT_OPT_GET_OWNER_VALIDATION`` and
    ``GIT_OPT_SET_OWNER_VALIDATION``
    `#1150 <https://github.com/libgit2/pygit2/pull/1150>`_
  - New ``untracked_files`` and ``ignored`` optional arguments for
    ``Repository.status(...)``
    `#1151 <https://github.com/libgit2/pygit2/pull/1151>`_
- Remove support-libgit-1.5.patch no longer needed

OBS-URL: https://build.opensuse.org/request/show/1004945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=70
2022-09-20 12:05:41 +00:00
Richard Brown
c4f2dc55b7 Accepting request 990575 from devel:languages:python
- Update to 1.9.2:
  * New Repository.create_commit_string(...) and
    Repository.create_commit_with_signature(...) #1142
  * Linux and macOS wheels updated to libgit2 v1.4.3
  * Remove redundant line #1139 
- Add patch support-libgit-1.5.patch:
  * Suppot libgit 1.5.0

OBS-URL: https://build.opensuse.org/request/show/990575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=28
2022-07-22 17:21:13 +00:00
Steve Kowalik
2792e03e4c - Add patch support-libgit-1.5.patch:
* Suppot libgit 1.5.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=68
2022-07-21 14:45:28 +00:00
Steve Kowalik
f911a1ee67 - Update to 1.9.2:
* New Repository.create_commit_string(...) and
    Repository.create_commit_with_signature(...) #1142
  * Linux and macOS wheels updated to libgit2 v1.4.3
  * Remove redundant line #1139

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=67
2022-07-21 14:18:07 +00:00
Dominique Leuenberger
75cacf6c74 Accepting request 965070 from devel:languages:python
- update to 1.9.1:
  - Type hints: added to C code and Branches/References
  - New ``Signature`` supports ``str()`` and ``repr()``
  - Fix ODB backend's read in big endian architectures
  - Fix install with poetry
  - Wheels: update to libgit2 v1.4.2
  - Tests: fix testing ``parse_diff``
  - CI: various fixes after migration to libgit2 v1.4

OBS-URL: https://build.opensuse.org/request/show/965070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=27
2022-03-26 21:32:10 +00:00
5e5f79d1ac - update to 1.9.1:
- Type hints: added to C code and Branches/References
  - New ``Signature`` supports ``str()`` and ``repr()``
  - Fix ODB backend's read in big endian architectures
  - Fix install with poetry
  - Wheels: update to libgit2 v1.4.2
  - Tests: fix testing ``parse_diff``
  - CI: various fixes after migration to libgit2 v1.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=65
2022-03-26 18:53:24 +00:00
Dominique Leuenberger
f06b92e0e7 Accepting request 958025 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/958025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=26
2022-02-28 18:43:49 +00:00
257e6e388d Accepting request 957975 from home:pgajdos:python
- version update to 1.9.0
  1.9.0 (2022-02-22)
  -------------------------
  - Upgrade to libgit2 v1.4
  - Documentation, new recipes for committing and cloning
    `#1125 <https://github.com/libgit2/pygit2/pull/1125>`_
  1.8.0 (2022-02-04)
  -------------------------
  - Rename ``RemoteCallbacks.progress(...)`` callback to ``.sideband_progress(...)``
    `#1120 <https://github.com/libgit2/pygit2/pull/1120>`_
  - New ``Repository.merge_base_many(...)`` and ``Repository.merge_base_octopus(...)``
    `#1112 <https://github.com/libgit2/pygit2/pull/1112>`_
  - New ``Repository.listall_stashes()``
    `#1117 <https://github.com/libgit2/pygit2/pull/1117>`_
  - Code cleanup
    `#1118 <https://github.com/libgit2/pygit2/pull/1118>`_
  Backward incompatible changes:
  - The ``RemoteCallbacks.progress(...)`` callback has been renamed to
    ``RemoteCallbacks.sideband_progress(...)``. This matches the documentation,
    but may break existing code that still uses the old name.
  1.7.2 (2021-12-06)
  -------------------------
  - Universal wheels for macOS
    `#1109 <https://github.com/libgit2/pygit2/pull/1109>`_
  1.7.1 (2021-11-19)
  -------------------------
  - New ``Repository.amend_commit(...)``
    `#1098 <https://github.com/libgit2/pygit2/pull/1098>`_
  - New ``Commit.message_trailers``
    `#1101 <https://github.com/libgit2/pygit2/pull/1101>`_

OBS-URL: https://build.opensuse.org/request/show/957975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=64
2022-02-28 11:02:51 +00:00
Dominique Leuenberger
0d78a55ee4 Accepting request 926495 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/926495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=25
2021-10-23 21:14:04 +00:00
51b70e4430 Accepting request 926494 from home:mcepl:branches:devel:libraries:c_c++
- Update to 1.7.0:
  - Upgrade to libgit2 1.3.0
  - Add support for Python 3.10
  - Drop support for Python 3.6
  - New `pygit2.GIT_CHECKOUT_SKIP_LOCKED_DIRECTORIES`
  - New optional argument ``location`` in
    ``Repository.applies(..)`` and ``Repository.apply(..)``
  - Fix: Now the `flags` argument in `Repository.blame()` is
    passed through
  - CI: Stop using Travis, move to GitHub actions
  - Fix a number of reference leaks
  - Review custom object backends
  - In custom backends the callbacks have been renamed from ``read`` to
    ``read_cb``, ``write`` to ``write_cb``, and so on.
  - New optional ``proxy`` argument in ``Remote`` methods
  - New GIT_MERGE_PREFERENCE constants
  - Don't require cached-property with Python 3.8 or later
  - Refactored build and CI, new ``build.sh`` script
  - Remove deprecated ``GIT_CREDTYPE_XXX`` contants, use
    ``GIT_CREDENTIAL_XXX`` instead.
  - Remove deprecated ``Patch.patch`` getter, use ``Patch.text``
    instead.
  - New ``PackBuilder`` class and ``Repository.pack(...)``
  - New ``Config.delete_multivar(...)``
  - New ``Repository.is_shallow``
  - New optional ``message`` argument in
    ``Repository.create_reference(...)``
  - Fix truncated diff when there are nulls
  - Fix ``Index.add(...)`` raise ``TypeError`` instead of
    ``AttributeError`` when arguments are of unexpected type
  - Upgrade to libgit2 1.1, new ``GIT_BLAME_IGNORE_WHITESPACE`` constant
  - Drop support for PyPy3 7.2
  - New optional ``flags`` argument in ``Repository.__init__(...)``,
    new ``GIT_REPOSITORY_OPEN_*`` constants
- Remove upstreamed libgit2_1.patch.

OBS-URL: https://build.opensuse.org/request/show/926494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=63
2021-10-20 09:10:02 +00:00
Dominique Leuenberger
fada16a7d8 Accepting request 845686 from devel:languages:python
- Add libgit2_1.patch for compatibility with libgit 1.1.0
- Update to v1.3.0
  * New Repository.applies, Repository.revparse, Repository.revparse_ext,
    Repository.add_submodule, Repository.raw_listall_branches, and
    Repository.raw_listall_references
  * New optional flags and file_flags arguments in
    Repository.merge_commits and Repository.merge_trees
  * New Reference.raw_target
  * Allow bytes in Repository.lookup_branch and Repository.diff
  * New GIT_BLAME_FIRST_PARENT and GIT_BLAME_USE_MAILMAP constants
  * New IndexEntry supports repr(), str(), == and !=
  * New Object supports repr()
  * New accept tuples of strings (not only lists) in a number of places
  * Fix compatibility with old macOS 10.9
  * Fix check argument type in Repository.apply(...)
  * Fix raise exception if error in Repository.listall_submodules()
  * Fix a couple of refcount errors in OdbBackend.refresh() and
    Worktree_is_prunable

OBS-URL: https://build.opensuse.org/request/show/845686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=24
2020-11-03 14:16:59 +00:00
e8d7e2c65f fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=61
2020-11-03 09:02:39 +00:00
1ba22b36f4 Accepting request 845218 from home:jayvdb:branches:devel:libraries:c_c++
- Add libgit2_1_1.patch for compatibility with libgit 1.1.0
- Update to v1.3.0

OBS-URL: https://build.opensuse.org/request/show/845218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=60
2020-11-02 15:43:22 +00:00
Dominique Leuenberger
4ee70f3a8f Accepting request 800601 from devel:languages:python
- Update to 1.2.1:
  * Drop python2 support
  * Various crash fixes

OBS-URL: https://build.opensuse.org/request/show/800601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=23
2020-05-07 12:50:04 +00:00
Tomáš Chvátal
211b658785 - Update to 1.2.1:
* Drop python2 support
  * Various crash fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=58
2020-05-06 08:08:09 +00:00
Dominique Leuenberger
bffe0e3581 Accepting request 753142 from devel:languages:python
- Fix building for s390x (bsc#1158198)

OBS-URL: https://build.opensuse.org/request/show/753142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=22
2019-12-03 11:43:30 +00:00
Tomáš Chvátal
eab5ca171b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=56 2019-12-03 09:47:18 +00:00
Tomáš Chvátal
a17653abbb Accepting request 753135 from home:juliogonzalezgil:branches:devel:languages:python
- Fix building for s390x (bsc#1158198)

NOTE: SLE15SP2 build results are only possible by copypacking libgit2

OBS-URL: https://build.opensuse.org/request/show/753135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=55
2019-12-03 09:46:47 +00:00
Ludwig Nussel
fd202464a7 Accepting request 730403 from devel:languages:python
- Update to 0.28.2:
  * Fix crash in reflog iteration #901
  * Support symbolic references in branches.with_commit(..) #910
  * Documentation updates #909
  * Test updates #911

OBS-URL: https://build.opensuse.org/request/show/730403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=21
2019-09-13 13:01:20 +00:00
Tomáš Chvátal
5adc76ce40 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=53 2019-09-12 12:59:59 +00:00
Tomáš Chvátal
838326e593 - Update to 0.28.2:
* Fix crash in reflog iteration #901
  * Support symbolic references in branches.with_commit(..) #910
  * Documentation updates #909
  * Test updates #911

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=52
2019-07-23 08:46:18 +00:00
Dominique Leuenberger
b0ffd0e097 Accepting request 703238 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/703238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=20
2019-05-16 20:09:15 +00:00
Tomáš Chvátal
6778612787 Accepting request 703237 from home:gary_smith:branches:devel:languages:python
- Update to 0.28.1
  * Removed patch pycparser.patch as it is no longer needed
  * Now works with pycparser 2.18 and above
  * Now ``Repository.write_archive(..)`` keeps the file mode
  * New ``Patch.data`` returns the raw contents of the patch as a byte string
  * New ``Patch.text`` returns the contents of the patch as a text string,

OBS-URL: https://build.opensuse.org/request/show/703237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=50
2019-05-15 18:35:11 +00:00
Dominique Leuenberger
ec46c55897 Accepting request 692230 from devel:languages:python
- Add patch to fix the pycparser issues as per bellow:
  * pycparser.patch

OBS-URL: https://build.opensuse.org/request/show/692230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=19
2019-05-06 11:21:18 +00:00
Tomáš Chvátal
c1adf547c6 - Add patch to fix the pycparser issues as per bellow:
* pycparser.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=48
2019-04-08 08:30:13 +00:00
Dominique Leuenberger
d5b82c5ff8 Accepting request 688613 from devel:languages:python
- Drop the pygit2-0.28-Remove-pycparser-constraint.patch and replace
  it with shorter sed
- Switch to pytest testing:
  * Fails now but that is pycparser bug https://github.com/eliben/pycparser/issues/305
- Disable tests temporarily as per above

- Update to 0.28.0
  * Update to libgit2 v0.28
  * New ``pygit2.Mailmap``
  * New ``Repository.apply(...)`` wraps ``git_apply(..)``
  * Now ``Repository.merge_analysis(...)`` accepts an optional reference parameter
  * Now ``Repository.add_worktree(...)`` accepts an optional reference parameter
  * Now it's possible to set SSL certificate locations
  * Test and documentation improvements
  * Now ``worktree.path`` returns the path to the worktree directory
  * Remove undocumented ``worktree.git_path``
- Remove unneeded patch to fix issues on i586:
  * pygit2-i586.patch
- Add patch to remove unneeded constraint on pycparser
  * pygit2-0.28-Remove-pycparser-constraint.patch

OBS-URL: https://build.opensuse.org/request/show/688613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=18
2019-03-28 21:48:16 +00:00
Tomáš Chvátal
4493705311 - Disable tests temporarily as per above
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=46
2019-03-26 09:11:29 +00:00
Tomáš Chvátal
7ea1c3f2fc - Drop the pygit2-0.28-Remove-pycparser-constraint.patch and replace
it with shorter sed
- Switch to pytest testing:
  * Fails now but that is pycparser bug https://github.com/eliben/pycparser/issues/305

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=45
2019-03-23 11:40:49 +00:00
Tomáš Chvátal
7abfe8db2a Accepting request 687891 from home:Pharaoh_Atem:branches:devel:languages:python
- Update to 0.28.0
  * Update to libgit2 v0.28
  * New ``pygit2.Mailmap``
  * New ``Repository.apply(...)`` wraps ``git_apply(..)``
  * Now ``Repository.merge_analysis(...)`` accepts an optional reference parameter
  * Now ``Repository.add_worktree(...)`` accepts an optional reference parameter
  * Now it's possible to set SSL certificate locations
  * Test and documentation improvements
  * Now ``worktree.path`` returns the path to the worktree directory
  * Remove undocumented ``worktree.git_path``
- Remove unneeded patch to fix issues on i586:
  * pygit2-i586.patch
- Add patch to remove unneeded constraint on pycparser
  * pygit2-0.28-Remove-pycparser-constraint.patch

OBS-URL: https://build.opensuse.org/request/show/687891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=44
2019-03-23 11:27:24 +00:00
Dominique Leuenberger
4528bcaab1 Accepting request 610890 from devel:languages:python
- Add patch to fix issues on i586 arch:
  * pygit2-i586.patch

OBS-URL: https://build.opensuse.org/request/show/610890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=17
2018-05-29 08:35:08 +00:00
Tomáš Chvátal
6f380ee367 - Add patch to fix issues on i586 arch:
* pygit2-i586.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=42
2018-05-21 08:34:38 +00:00
Dominique Leuenberger
b235d7a7a2 Accepting request 610062 from devel:languages:python
- Update to 0.27.0:
  * Update to libgit2 v0.27 #783
  * Fix for GCC 4 #786

OBS-URL: https://build.opensuse.org/request/show/610062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=16
2018-05-17 16:05:48 +00:00
Tomáš Chvátal
e265214141 - Update to 0.27.0:
* Update to libgit2 v0.27 #783
  * Fix for GCC 4 #786

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=40
2018-05-17 12:13:49 +00:00
Dominique Leuenberger
7c8cae2e52 Accepting request 518568 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/518568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=15
2017-08-29 09:44:01 +00:00
Todd R
dcc6728618 Accepting request 518566 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.26.0
  * Update to libgit2 v0.26
  * Drop support for Python 3.2, add support for cffi 1.10
  * New ``Repository.revert_commit(...)``
  * New ``Branch.is_checked_out()``
  * Various fixes

OBS-URL: https://build.opensuse.org/request/show/518566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=38
2017-08-24 16:16:36 +00:00
Dominique Leuenberger
806613ec5a Accepting request 486850 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/486850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=14
2017-05-06 16:26:51 +00:00
Todd R
b3e1b15069 Accepting request 486849 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.25.0.
- Implement singlespec version.

OBS-URL: https://build.opensuse.org/request/show/486849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=36
2017-04-08 19:04:55 +00:00
Dominique Leuenberger
0b9190e0a2 Accepting request 449839 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/449839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=13
2017-01-23 10:34:53 +00:00
f2d4a8b426 Accepting request 449745 from home:AndreasStieger:branches:devel:languages:python
pygit 0.24.2

OBS-URL: https://build.opensuse.org/request/show/449745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=34
2017-01-12 12:19:25 +00:00
Dominique Leuenberger
218ca46908 Accepting request 438238 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/438238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=12
2016-11-05 20:25:34 +00:00
Thomas Bechtold
420d206c48 Accepting request 438236 from home:kwk:branches:devel:languages:python
- Fix Url link (old one was dead).

OBS-URL: https://build.opensuse.org/request/show/438236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=32
2016-11-02 09:32:38 +00:00
Dominique Leuenberger
b05a9b2b6c Accepting request 419419 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=11
2016-08-17 10:05:12 +00:00
Jan Matejek
9cd8652ecd Accepting request 419057 from home:tbechtold:branches:devel:languages:python
- require the cffi version it was built against
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/419057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=30
2016-08-15 14:23:37 +00:00
Dominique Leuenberger
40c7e47dc0 Accepting request 386205 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/386205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=10
2016-04-11 07:14:26 +00:00
ed2f2feae6 Accepting request 385998 from home:Zaitor:branches:devel:languages:python
Fix build in factory.

OBS-URL: https://build.opensuse.org/request/show/385998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=28
2016-04-08 09:48:27 +00:00
Dominique Leuenberger
6db6cdd951 Accepting request 334933 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/334933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=9
2015-10-01 07:29:32 +00:00