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

Commitbf44c16

Browse files
committed
Fix requirements metadata for wheels
Closessigmavirus24gh-792
1 parent6f80592 commitbf44c16

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

‎LATEST_VERSION_NOTES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. vim: set tw=100
22
3+
1.0.1: 2018-03-14
4+
~~~~~~~~~~~~~~~~~
5+
6+
Bugs Fixed
7+
``````````
8+
9+
- Fix missing python-dateutil requirement when installing from a wheel.
10+
311
1.0.0: 2018-03-13
412
~~~~~~~~~~~~~~~~~
513

‎github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author_email__='graffatcolmingov@gmail.com'
66
__license__='Modified BSD'
77
__copyright__='Copyright 2012-2018 Ian Stapleton Cordasco'
8-
__version__='1.0.0'
8+
__version__='1.0.1'
99
__version_info__=tuple(int(i)foriin__version__.split('.')ifi.isdigit())
1010
__url__='https://github3.readthedocs.io'
1111

‎setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ universal = 1
55
requires-dist=
66
requests>=2.0
77
uritemplate>=3.0.0
8+
python-dateutil>=2.6.0
89
pyOpenSSL>=0.13; python_version<="2.7"
910
ndg-httpsclient; python_version<="2.7"
1011
pyasn1; python_version<="2.7"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp