[Python-modules-commits] [epsilon] branch master updated (3c59e3e -> cfcfab5)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Oct 10 15:45:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a change to branch master
in repository epsilon.

      from  3c59e3e   Update Vcs fields for git migration
       new  61f6be9   Remove lvh's key from upstream keyring, and add my own.
       new  813d70c   record new upstream branch created by importing epsilon_0.7.1.orig.tar.gz
       new  910d0b7   Import epsilon_0.7.1.orig.tar.gz
       new  d011f5a   merge patched into master
       new  402f3e5   New upstream release.
       new  2569a96   Gracefully handle not finding working directory.
       new  92318ad   merge patched into master
       new  4dc1bab   Update changelog.
       new  0b5b781   Remove obsolete XS-Testsuite field.
       new  62fdedb   Bump Standards-Version to 3.9.6 (no changes).
       new  52c3657   Use pypi.debian.net redirector in debian/watch.
       new  a080b92   Update debian/copyright and switch to machine-readable format.
       new  7a4641d   Fix build-depends on python-zope.interface (was using the old package name without a dot).
       new  c1a0746   Drop explicit binary dependencies, since they are now listed in upstream setup.py.
       new  cfcfab5   Write a man page for certcreate.

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Epsilon.egg-info/PKG-INFO                          |    8 +-
 Epsilon.egg-info/SOURCES.txt                       |    3 +
 Epsilon.egg-info/requires.txt                      |    2 +-
 MANIFEST.in                                        |    2 +
 PKG-INFO                                           |    8 +-
 bin/certcreate                                     |    5 +
 debian/.git-dpm                                    |   14 +-
 debian/certcreate.1                                |   56 +
 debian/changelog                                   |   19 +-
 debian/control                                     |    7 +-
 debian/copyright                                   |   74 +-
 ...ully-handle-not-finding-working-directory.patch |   30 +
 debian/patches/series                              |    2 +-
 debian/patches/use-proc-mounts.diff                |   23 -
 debian/python-epsilon.manpages                     |    1 +
 debian/upstream/signing-key.asc                    |  468 +++---
 debian/watch                                       |    3 +-
 epsilon/__init__.py                                |   10 +-
 epsilon/_version.py                                |   22 +-
 epsilon/extime.py                                  |   14 +-
 epsilon/scripts/benchmark.py                       |    6 +-
 epsilon/test/test_benchmark.py                     |   21 +
 epsilon/test/test_caseless.py                      |    4 +-
 epsilon/test/test_extime.py                        |    8 +
 epsilon/test/test_structlike.py                    |   18 +-
 setup.cfg                                          |    8 +
 setup.py                                           |   15 +-
 versioneer.py                                      | 1699 ++++++++++++++++++++
 28 files changed, 2257 insertions(+), 293 deletions(-)
 create mode 100755 bin/certcreate
 create mode 100644 debian/certcreate.1
 create mode 100644 debian/patches/0001-Gracefully-handle-not-finding-working-directory.patch
 delete mode 100644 debian/patches/use-proc-mounts.diff
 create mode 100644 versioneer.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/epsilon.git



More information about the Python-modules-commits mailing list