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
Todd R
fed868479c
Accepting request 334932 from home:TheBlackCat:branches:devel:languages:python
...
Update to version 0.23.1
OBS-URL: https://build.opensuse.org/request/show/334932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=26
2015-09-30 09:54:35 +00:00
Denisart Benjamin
4f33cfcee0
Accepting request 331689 from home:posophe:branches:devel:languages:python
...
update
OBS-URL: https://build.opensuse.org/request/show/331689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=25
2015-09-17 12:03:24 +00:00
Dominique Leuenberger
97bd89d389
Accepting request 283924 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/283924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=8
2015-02-05 10:00:06 +00:00
Denisart Benjamin
7ca7e83303
Accepting request 283921 from home:dimstar:Factory
...
update to 0.22.0
OBS-URL: https://build.opensuse.org/request/show/283921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=23
2015-02-03 16:09:25 +00:00
Stephan Kulow
0cdc2d0ca8
Accepting request 247301 from devel:languages:python
...
Fix build for Factory
OBS-URL: https://build.opensuse.org/request/show/247301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=7
2014-09-06 10:18:02 +00:00
Denisart Benjamin
89d9f25bc6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=22
2014-09-02 18:47:26 +00:00
Denisart Benjamin
36449f1ea4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=21
2014-09-02 18:46:36 +00:00
Denisart Benjamin
5b98e4c1bc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=20
2014-09-02 18:41:30 +00:00
Denisart Benjamin
50e9fb3a23
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=19
2014-09-02 18:22:34 +00:00
Denisart Benjamin
f6ba6e7a05
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=18
2014-09-02 18:20:13 +00:00
Denisart Benjamin
5c6e4f7257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=17
2014-09-02 18:19:48 +00:00
Denisart Benjamin
8800b60f54
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=16
2014-09-02 18:19:22 +00:00
Todd R
95251d4726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=15
2014-07-16 09:44:57 +00:00
Todd R
0f72482320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=14
2014-07-16 09:44:48 +00:00