Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3d91ca

Browse files
committed
Bumped version to 0.3.6
Unfortunately, installation of a executable script has proven to be sodifficult thanks setuptools gloriousness, which will force me to removethat feature
1 parentffefb15 commitf3d91ca

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

‎MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include CHANGES
44
include AUTHORS
55
include README
66
include requirements.txt
7-
include scripts/ssh_wrapper.py
7+
includegit/scripts/ssh_wrapper.sh
88

99
graft git/test/fixtures
1010
graft git/test/performance

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.5
1+
0.3.6

‎git/test/test_repo.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
fromgit.utilimportjoin_path_native
3535
fromgit.excimportBadObject
3636
fromgitdb.utilimportbin_to_hex
37-
fromgit.compatimport (
38-
string_types,
39-
# PY3
40-
)
37+
fromgit.compatimportstring_types
4138
fromgitdb.test.libimportwith_rw_directory
4239

4340
importos
@@ -615,7 +612,6 @@ def test_rev_parse(self):
615612
# END handle multiple tokens
616613

617614
# try partial parsing
618-
# if not (PY3 and 'TRAVIS' in os.environ):
619615
max_items=40
620616
fori,binshainenumerate(self.rorepo.odb.sha_iter()):
621617
assertrev_parse(bin_to_hex(binsha)[:8- (i%2)].decode('ascii')).binsha==binsha
@@ -624,7 +620,6 @@ def test_rev_parse(self):
624620
# which requires accessing packs, it has some additional overhead
625621
break
626622
# END for each binsha in repo
627-
# end travis special handling
628623

629624
# missing closing brace commit^{tree
630625
self.failUnlessRaises(ValueError,rev_parse,'0.1.4^{tree')

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _stamp_version(filename):
8282
url="https://github.com/gitpython-developers/GitPython",
8383
packages=find_packages('.'),
8484
py_modules=['git.'+f[:-3]forfinos.listdir('./git')iff.endswith('.py')],
85-
package_data={'git.test': ['fixtures/*']},
85+
package_data={'git.test': ['fixtures/*'],'git' : ['scripts/*']},
8686
package_dir={'git':'git'},
8787
license="BSD License",
8888
requires=['gitdb (>=0.6.4)'],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp