python-pskc branch master updated. d0a78147aeafb5e38cebe8103fb454d8c8db3729
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-pskc branch master updated. d0a78147aeafb5e38cebe8103fb454d8c8db3729
- From: Commits of the python-pskc project <python-pskc-commits [at] lists.arthurdejong.org>
- To: python-pskc-commits [at] lists.arthurdejong.org
- Reply-to: python-pskc-users [at] lists.arthurdejong.org
- Subject: python-pskc branch master updated. d0a78147aeafb5e38cebe8103fb454d8c8db3729
- Date: Sat, 17 May 2014 23:06:30 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".
The branch, master has been updated
via d0a78147aeafb5e38cebe8103fb454d8c8db3729 (commit)
via e0159baf1b84a2ed4a934cfb34c288b6087debab (commit)
from ba17976c43e85f17486cd12ec59740a46b807632 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-pskc/commit/?id=d0a78147aeafb5e38cebe8103fb454d8c8db3729
commit d0a78147aeafb5e38cebe8103fb454d8c8db3729
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat May 17 22:35:25 2014 +0200
Fix dateutil dependency
This also ignores downloaded .egg files.
diff --git a/.gitignore b/.gitignore
index 2dc07ab..4883d7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,9 @@
__pycache__
# /
+/*.egg
/*.egg-info
/.coverage
/build
/coverage
/dist
-/distribute-*.egg
diff --git a/setup.py b/setup.py
index e052b34..a910e23 100755
--- a/setup.py
+++ b/setup.py
@@ -53,5 +53,5 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=find_packages(),
- install_requires=['distribute', 'Crypto', 'dateutil'],
+ install_requires=['distribute', 'Crypto', 'python-dateutil'],
)
http://arthurdejong.org/git/python-pskc/commit/?id=e0159baf1b84a2ed4a934cfb34c288b6087debab
commit e0159baf1b84a2ed4a934cfb34c288b6087debab
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Apr 19 22:07:29 2014 +0200
Fix module description
diff --git a/pskc/parse.py b/pskc/parse.py
index 20b85d8..27de5f7 100644
--- a/pskc/parse.py
+++ b/pskc/parse.py
@@ -20,8 +20,7 @@
"""Module for parsing PSKC files.
-This module provides the PSKC class and some utility functions for parsing
-PSKC files.
+This module provides some utility functions for parsing PSKC files.
"""
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +-
pskc/parse.py | 3 +--
setup.py | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
python-pskc
--
To unsubscribe send an email to
python-pskc-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-pskc-commits/
- python-pskc branch master updated. d0a78147aeafb5e38cebe8103fb454d8c8db3729,
Commits of the python-pskc project