[Python-modules-commits] [python-regex] branch master updated (8dc3765 -> 75d51ed)
Sandro Tosi
morph at moszumanska.debian.org
Mon Dec 25 04:36:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch master
in repository python-regex.
from 8dc3765 releasing package python-regex version 0.1.20170117-1
new e286007 Import python-regex_0.1.20171212.orig.tar.gz
new 202dbf3 record new upstream branch created by importing python-regex_0.1.20171212.orig.tar.gz and merge it
new 62404d4 New upstream release
new 1f475b5 Install doc files in every binary pkgs; Closes: #884692
new b98afa8 bump Standards-Version to 4.1.2; use prio: optional for -dbg packages too (new policy)
new 6ccfd07 use HTTPS to connect to pypi.debian.net
new 75d51ed releasing package python-regex version 0.1.20171212-1
The 7 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:
PKG-INFO | 210 +-
README | 2 +-
debian/.git-dpm | 14 +-
debian/changelog | 12 +
debian/control | 4 +-
debian/docs | 3 -
debian/python-regex-dbg.maintscript | 2 +-
debian/python3-regex-dbg.maintscript | 2 +-
debian/python3-regex.maintscript | 2 +-
debian/rules | 2 +-
debian/watch | 2 +-
docs/Features.html | 2361 ++++----
docs/Features.rst | 201 +-
docs/UnicodeProperties.txt | 29 +-
{Python2 => regex_2}/_regex.c | 967 +++-
{Python3 => regex_2}/_regex.h | 2 +-
{Python2 => regex_2}/_regex_core.py | 23 +-
{Python2 => regex_2}/_regex_unicode.c | 9884 +++++++++++++++++----------------
{Python2 => regex_2}/_regex_unicode.h | 36 +-
{Python2 => regex_2}/regex.py | 22 +-
{Python2 => regex_2}/test_regex.py | 299 +-
{Python3 => regex_3}/_regex.c | 930 +++-
{Python2 => regex_3}/_regex.h | 2 +-
{Python3 => regex_3}/_regex_core.py | 23 +-
{Python3 => regex_3}/_regex_unicode.c | 9884 +++++++++++++++++----------------
{Python3 => regex_3}/_regex_unicode.h | 36 +-
{Python3 => regex_3}/regex.py | 22 +-
{Python3 => regex_3}/test_regex.py | 454 +-
setup.py | 8 +-
tools/build_regex_unicode.py | 4240 +++++++-------
30 files changed, 15886 insertions(+), 13792 deletions(-)
delete mode 100644 debian/docs
rename {Python2 => regex_2}/_regex.c (97%)
rename {Python3 => regex_2}/_regex.h (99%)
rename {Python2 => regex_2}/_regex_core.py (99%)
rename {Python2 => regex_2}/_regex_unicode.c (63%)
rename {Python2 => regex_2}/_regex_unicode.h (91%)
rename {Python2 => regex_2}/regex.py (97%)
rename {Python2 => regex_2}/test_regex.py (94%)
rename {Python3 => regex_3}/_regex.c (97%)
rename {Python2 => regex_3}/_regex.h (99%)
rename {Python3 => regex_3}/_regex_core.py (99%)
rename {Python3 => regex_3}/_regex_unicode.c (63%)
rename {Python3 => regex_3}/_regex_unicode.h (91%)
rename {Python3 => regex_3}/regex.py (97%)
rename {Python3 => regex_3}/test_regex.py (91%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-regex.git
More information about the Python-modules-commits
mailing list