[Python-modules-commits] [python-mockupdb] branch master updated (a3bb478 -> 5367ef8)
Ondrej Novy
onovy at debian.org
Tue Jan 16 13:34:26 UTC 2018
This is an automated email from the git hooks/post-receive script.
onovy pushed a change to branch master
in repository python-mockupdb.
from a3bb478 Initial release. (Closes: #816971)
new 3d3f0d8 d/watch: Switch to pypi.debian.net
new d626c5c record new upstream branch created by importing python-mockupdb_1.2.1.orig.tar.gz
new d6f07f2 Import python-mockupdb_1.2.1.orig.tar.gz
new c7c0050 Don't require pymongo for tests
new 1750bd9 merge patched into master
new 25ed274 New upstream release
new 5367ef8 d/source/options: Ignore .egg_info
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:
.gitignore | 13 --
CHANGELOG.rst | 30 ++++
Makefile | 70 --------
PKG-INFO | 98 +++++++++++
debian/.git-dpm | 14 +-
debian/changelog | 8 +
.../0001-Don-t-require-pymongo-for-tests.patch | 4 +-
debian/source/options | 1 +
debian/watch | 4 +-
docs/_static/mask.jpg | Bin 56791 -> 0 bytes
docs/_static/sidebar.js | 193 ---------------------
docs/installation.rst | 14 +-
docs/pydoctheme/static/pydoctheme.css | 178 -------------------
docs/pydoctheme/theme.conf | 23 ---
mockupdb.egg-info/PKG-INFO | 98 +++++++++++
mockupdb.egg-info/SOURCES.txt | 45 +++++
mockupdb.egg-info/dependency_links.txt | 1 +
mockupdb.egg-info/not-zip-safe | 1 +
mockupdb.egg-info/top_level.txt | 1 +
mockupdb/__init__.py | 52 +++---
setup.cfg | 5 +
setup.py | 2 +-
tests/test_mockupdb.py | 54 +++---
tox.ini | 18 --
24 files changed, 358 insertions(+), 569 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 Makefile
create mode 100644 PKG-INFO
create mode 100644 debian/source/options
delete mode 100644 docs/_static/mask.jpg
delete mode 100644 docs/_static/sidebar.js
delete mode 100644 docs/pydoctheme/static/pydoctheme.css
delete mode 100644 docs/pydoctheme/theme.conf
create mode 100644 mockupdb.egg-info/PKG-INFO
create mode 100644 mockupdb.egg-info/SOURCES.txt
create mode 100644 mockupdb.egg-info/dependency_links.txt
create mode 100644 mockupdb.egg-info/not-zip-safe
create mode 100644 mockupdb.egg-info/top_level.txt
delete mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mockupdb.git
More information about the Python-modules-commits
mailing list