Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 360bf2c

Browse files
committed
Release 0.27.2
1 parent 2149b17 commit 360bf2c

File tree

7 files changed

+178
-59
lines changed

7 files changed

+178
-59
lines changed

AUTHORS.rst

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
Authors::
2+
3+
J. David Ibáñez
4+
Carlos Martín Nieto
5+
Nico von Geyso
6+
W. Trevor King
7+
Dave Borowitz
8+
Matthias Bartelmeß
9+
Brandon Milton
10+
Daniel Rodríguez Troitiño
11+
Richo Healey
12+
Christian Boos
13+
Julien Miotte
14+
Nick Hynes
15+
Richard Möhn
16+
Xu Tao
17+
Jose Plana
18+
Matthew Duggan
19+
Matthew Gamble
20+
Martin Lenders
21+
Petr Hosek
22+
Victor Garcia
23+
Xavier Delannoy
24+
Yonggang Luo
25+
Patrick Steinhardt
26+
Tamir Bahar
27+
Valentin Haenel
28+
Michael Jones
29+
Bernardo Heynemann
30+
Brodie Rao
31+
John Szakmeister
32+
Vlad Temian
33+
Chad Dombrova
34+
Lukas Fleischer
35+
Nicolas Dandrimont
36+
Raphael Medaer (Escaux)
37+
Anatoly Techtonik
38+
David Versmisse
39+
Mikhail Yushkovskiy
40+
Rémi Duraffort
41+
Santiago Perez De Rosso
42+
Sebastian Thiel
43+
Thom Wiggers
44+
Alok Singhal
45+
Bob Carroll
46+
Erik Johnson
47+
Fraser Tweedale
48+
Grégoire ROCHER
49+
Han-Wen Nienhuys
50+
Jason Ziglar
51+
Leonardo Rhodes
52+
Mark Adams
53+
Peter-Yi Zhang
54+
Petr Viktorin
55+
Robert Hölzl
56+
Ron Cohen
57+
Thomas Kluyver
58+
Alex Chamberlain
59+
Alexander Bayandin
60+
Amit Bakshi
61+
Andrey Devyatkin
62+
Arno van Lumig
63+
Ben Davis
64+
Dustin Raimondi
65+
Eric Schrijver
66+
Greg Fitzgerald
67+
Guillermo Pérez
68+
Hervé Cauwelier
69+
Huang Huang
70+
Ian P. McCullough
71+
Igor Gnatenko
72+
Jack O'Connor
73+
Jared Flatow
74+
Jeremy Heiner
75+
Jiunn Haur Lim
76+
Jun Omae
77+
Kaarel Kitsemets
78+
Ken Dreyer
79+
Kevin KIN-FOO
80+
Masud Rahman
81+
Michael Sondergaard
82+
Natanael Arndt
83+
Ondřej Nový
84+
Sarath Lakshman
85+
Szucs Krisztian
86+
Vicent Marti
87+
Zoran Zaric
88+
Adam Spiers
89+
Andrew Chin
90+
Andrey Trubachev
91+
András Veres-Szentkirályi
92+
Ash Berlin
93+
Benjamin Kircher
94+
Benjamin Pollack
95+
Bogdan Stoicescu
96+
Bogdan Vasilescu
97+
Bryan O'Sullivan
98+
CJ Harries
99+
Cam Cope
100+
Chason Chaffin
101+
Chris Rebert
102+
Colin Watson
103+
Cyril Jouve
104+
Daniel Bruce
105+
David Fischer
106+
David Sanders
107+
David Six
108+
Devaev Maxim
109+
Eric Davis
110+
Erik Meusel
111+
Erik van Zijst
112+
Ferengee
113+
Frazer McLean
114+
Gustavo Di Pietro
115+
Holger Frey
116+
Hugh Cole-Baker
117+
Jasper Lievisse Adriaanse
118+
Josh Bleecher Snyder
119+
Justin Clift
120+
Kyriakos Oikonomakos
121+
Mathieu Bridon
122+
Matthaus Woolard
123+
Nicolás Sanguinetti
124+
Noah Fontes
125+
Óscar San José
126+
Patrick Lühne
127+
Paul Wagland
128+
Peter Dave Hello
129+
Philippe Ombredanne
130+
Remy Suen
131+
Ridge Kennedy
132+
Ross Nicoll
133+
Rui Abreu Ferreira
134+
Sheeo
135+
Soasme
136+
Vladimir Rutsky
137+
Yu Jianjian
138+
chengyuhang
139+
earl

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
0.27.2 (2018-09-16)
2+
-------------------------
3+
4+
- Add support for Python 3.7
5+
`#809 <https://github.com/libgit2/pygit2/issues/809>`_
6+
7+
- New ``Object.short_id``
8+
`#799 <https://github.com/libgit2/pygit2/issues/799>`_
9+
`#806 <https://github.com/libgit2/pygit2/pull/806>`_
10+
`#807 <https://github.com/libgit2/pygit2/pull/807>`_
11+
12+
- New ``Repository.descendant_of`` and ``Repository.branches.with_commit``
13+
`#815 <https://github.com/libgit2/pygit2/issues/815>`_
14+
`#816 <https://github.com/libgit2/pygit2/pull/816>`_
15+
16+
- Fix repository initialization in ``clone_repository(...)``
17+
`#818 <https://github.com/libgit2/pygit2/issues/818>`_
18+
19+
- Fix several warnings and errors, commits
20+
`cd896ddc <https://github.com/libgit2/pygit2/commit/cd896ddc>`_
21+
and
22+
`dfa536a3 <https://github.com/libgit2/pygit2/commit/dfa536a3>`_
23+
24+
- Documentation fixes and improvements
25+
`#805 <https://github.com/libgit2/pygit2/pull/805>`_
26+
`#808 <https://github.com/libgit2/pygit2/pull/808>`_
27+
28+
129
0.27.1 (2018-06-02)
230
-------------------------
331

README.rst

Lines changed: 4 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ implements Git plumbing. Pygit2 works with Python 2.7, 3.3 - 3.7 and PyPy 2.6
1313

1414
Links:
1515

16-
- Download - https://pypi.python.org/pypi/pygit2
17-
1816
- Documentation - http://www.pygit2.org/
1917

2018
Install - http://www.pygit2.org/install.html
2119

20+
- Download - https://pypi.python.org/pypi/pygit2
21+
2222
- Source code and issue tracker - https://github.com/libgit2/pygit2
2323

2424
- Changelog - https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
2525

26+
- Authors - https://github.com/libgit2/pygit2/blob/master/AUTHORS.rst
27+
2628

2729
License: GPLv2 with linking exception
2830
=====================================
@@ -49,55 +51,3 @@ You should have received a copy of the GNU General Public License
4951
along with this program; see the file COPYING. If not, write to
5052
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
5153
Boston, MA 02110-1301, USA.
52-
53-
54-
Authors
55-
==============
56-
57-
133 developers have contributed at least 1 commit to pygit2::
58-
59-
J. David Ibáñez Carlos Martín Nieto Nico von Geyso
60-
W. Trevor King Dave Borowitz Matthias Bartelmeß
61-
Brandon Milton Daniel Rodríguez Troitiño Richo Healey
62-
Christian Boos Julien Miotte Nick Hynes
63-
Richard Möhn Xu Tao Matthew Duggan
64-
Matthew Gamble Jose Plana Martin Lenders
65-
Victor Garcia Yonggang Luo Patrick Steinhardt
66-
Petr Hosek Tamir Bahar Valentin Haenel
67-
Xavier Delannoy Michael Jones Bernardo Heynemann
68-
John Szakmeister Vlad Temian Brodie Rao
69-
Lukas Fleischer Nicolas Dandrimont Raphael Medaer
70-
Anatoly Techtonik David Versmisse Mikhail Yushkovskiy
71-
Rémi Duraffort Santiago Perez De Rosso Sebastian Thiel
72-
Thom Wiggers Alok Singhal Bob Carroll
73-
Erik Johnson Fraser Tweedale Grégoire ROCHER
74-
Han-Wen Nienhuys Jason Ziglar Leonardo Rhodes
75-
Mark Adams Peter-Yi Zhang Petr Viktorin
76-
Robert Hölzl Ron Cohen Thomas Kluyver
77-
Alex Chamberlain Alexander Bayandin Amit Bakshi
78-
Andrey Devyatkin Arno van Lumig Ben Davis
79-
Dustin Raimondi Eric Schrijver Greg Fitzgerald
80-
Guillermo Pérez Hervé Cauwelier Huang Huang
81-
Ian P. McCullough Igor Gnatenko Jack O'Connor
82-
Jared Flatow Jiunn Haur Lim Jun Omae
83-
Kaarel Kitsemets Kevin KIN-FOO Masud Rahman
84-
Michael Sondergaard Natanael Arndt Ondřej Nový
85-
Sarath Lakshman Szucs Krisztian Vicent Marti
86-
Zoran Zaric Adam Spiers Andrew Chin
87-
Andrey Trubachev András Veres-Szentkirályi Ash Berlin
88-
Benjamin Kircher Benjamin Pollack Bogdan Stoicescu
89-
Bogdan Vasilescu Bryan O'Sullivan CJ Harries
90-
Cam Cope Chason Chaffin Chris Rebert
91-
Colin Watson Cyril Jouve Daniel Bruce
92-
David Fischer David Sanders David Six
93-
Devaev Maxim Eric Davis Erik Meusel
94-
Erik van Zijst Ferengee Gustavo Di Pietro
95-
Holger Frey Hugh Cole-Baker Jasper Lievisse Adriaanse
96-
Josh Bleecher Snyder Justin Clift Ken Dreyer
97-
Kyriakos Oikonomakos Mathieu Bridon Matthaus Woolard
98-
Nicolás Sanguinetti Noah Fontes Óscar San José
99-
Paul Wagland Peter Dave Hello Philippe Ombredanne
100-
Remy Suen Ridge Kennedy Ross Nicoll
101-
Rui Abreu Ferreira Sheeo Soasme
102-
Vladimir Rutsky Yu Jianjian chengyuhang
103-
earl

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.27'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.27.1'
55+
release = '0.27.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ officially supported.
1414

1515
Links:
1616

17-
- https://github.com/libgit2/pygit2 -- Source code and issue tracker
1817
- http://www.pygit2.org/ -- Documentation
18+
- https://github.com/libgit2/pygit2 -- Source code and issue tracker
1919
- https://pypi.python.org/pypi/pygit2 -- Download
2020
- https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst -- Changelog
21+
- https://github.com/libgit2/pygit2/blob/master/AUTHORS.rst -- Authors
2122

2223
Start:
2324

docs/references.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
References
33
**********************************************************************
44

5-
.. contents::
5+
.. py:attribute:: Repository.references
66
77
.. autoclass:: pygit2.repository.References
88
:members:
99
:undoc-members:
1010
:special-members: __getitem__, __iter__, __contains__
1111

12-
1312
Example::
1413

1514
>>> all_refs = list(repo.references)
@@ -75,6 +74,8 @@ Example. These two lines are equivalent::
7574
Branches
7675
====================
7776

77+
.. py:attribute:: Repository.branches
78+
7879
Branches inherit from References, and additionally provide specialized
7980
accessors for some unique features.
8081

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#
3838
# The version number of pygit2
3939
#
40-
__version__ = '0.27.1'
40+
__version__ = '0.27.2'
4141

4242

4343
#

0 commit comments

Comments
 (0)