[Python-modules-commits] r29604 - in packages/django-model-utils/trunk (15 files)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Thu Jul 3 05:50:35 UTC 2014
Date: Thursday, July 3, 2014 @ 05:50:34
Author: bam
Revision: 29604
[svn-inject] Applying Debian modifications (2.0.3-1) to trunk
Added:
packages/django-model-utils/trunk/debian/
packages/django-model-utils/trunk/debian/changelog
packages/django-model-utils/trunk/debian/clean
packages/django-model-utils/trunk/debian/compat
packages/django-model-utils/trunk/debian/control
packages/django-model-utils/trunk/debian/copyright
packages/django-model-utils/trunk/debian/docs
packages/django-model-utils/trunk/debian/patches/
packages/django-model-utils/trunk/debian/patches/remove_makefile
packages/django-model-utils/trunk/debian/patches/series
packages/django-model-utils/trunk/debian/patches/test
packages/django-model-utils/trunk/debian/rules
packages/django-model-utils/trunk/debian/source/
packages/django-model-utils/trunk/debian/source/format
packages/django-model-utils/trunk/debian/watch
Property changes on: packages/django-model-utils/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/django-model-utils/trunk/debian/changelog
===================================================================
--- packages/django-model-utils/trunk/debian/changelog (rev 0)
+++ packages/django-model-utils/trunk/debian/changelog 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,51 @@
+django-model-utils (2.0.3-1) unstable; urgency=low
+
+ * New upstream release. Closes: #739578.
+ * Take over package from Jonas Smedegaard. Thanks to his contribution to
+ Debian.
+ * Remove reference to git repository, it doesn't appear to exist.
+ * Update to dh_python2.
+
+ -- Brian May <bam at debian.org> Fri, 02 May 2014 09:58:50 +1000
+
+django-model-utils (1.3.1-1) unstable; urgency=low
+
+ [ upstream ]
+ * New release.
+ + Moved primary development from Bitbucket to GitHub.
+ + Removed deprecated ChoiceEnum, InheritanceCastModel,
+ InheritanceCastManager, and manager_from.
+ + Fixed pickling of PassThroughManager.
+ + Set use_for_related_fields = True on QueryManager.
+ + Added __len__ method to Choices.
+ + Fixed InheritanceQuerySet on Django 1.5.
+ + Allow specifying default value for a StatusField.
+ + Fix calling create() on a RelatedManager that subclasses a dynamic
+ PassThroughManager.
+ + Add workaround in InheritanceQuerySet to avoid overriding prior
+ calls to select_related().
+ + Added support for arbitrary levels of model inheritance in
+ InheritanceManager.
+ + Added ModelTracker for tracking field changes between model saves.
+ + Added explicit default to BooleanField in tests, for Django trunk
+ compatibility.
+ + Fix intermittent StatusField bug.
+ Closes: bug#711358. Thanks to Jakub Wilk.
+
+ [ Jonas Smedegaard ]
+ * Update README.source to emphasize control.in file as *not* a
+ show-stopper for contributions, referring to wiki page for details.
+ * Update upstream Homepage and source to github.
+ * Bump standards-version to 3.9.4.
+ * Extend coverage for main copyright holder.
+ * Bump packaging license to GPL-3+, and extend coverage to include
+ current year.
+
+ -- Jonas Smedegaard <dr at jones.dk> Thu, 06 Jun 2013 21:12:17 +0200
+
+django-model-utils (1.1.0-1) unstable; urgency=low
+
+ * Initial packaging release.
+ Closes: bug#694583.
+
+ -- Jonas Smedegaard <dr at jones.dk> Wed, 28 Nov 2012 02:27:06 +0100
Added: packages/django-model-utils/trunk/debian/clean
===================================================================
--- packages/django-model-utils/trunk/debian/clean (rev 0)
+++ packages/django-model-utils/trunk/debian/clean 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1 @@
+*.egg-info/*
Added: packages/django-model-utils/trunk/debian/compat
===================================================================
--- packages/django-model-utils/trunk/debian/compat (rev 0)
+++ packages/django-model-utils/trunk/debian/compat 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1 @@
+8
Added: packages/django-model-utils/trunk/debian/control
===================================================================
--- packages/django-model-utils/trunk/debian/control (rev 0)
+++ packages/django-model-utils/trunk/debian/control 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,20 @@
+Source: django-model-utils
+Section: python
+Priority: extra
+Maintainer: Brian May <bam at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>=8.1.0), python (>= 2.6.6-3~), python-setuptools, python-django
+Standards-Version: 3.9.5
+Homepage: https://github.com/carljm/django-model-utils/
+
+Package: python-django-model-utils
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Django model mixins and utilities
+ Django is a high-level web application framework that loosely follows
+ the model-view-controller design pattern.
+ .
+ django-model-utils model provides some mixins and utilities for Django,
+ including QueryManager for one-line definition of Managers returning a
+ custom QuerySet, InheritanceCastModel for more efficient use of model
+ inheritance, and TimeStampedModel.
Added: packages/django-model-utils/trunk/debian/copyright
===================================================================
--- packages/django-model-utils/trunk/debian/copyright (rev 0)
+++ packages/django-model-utils/trunk/debian/copyright 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-model-utils
+Upstream-Contact: https://github.com/carljm/django-model-utils/issues/
+Source: https://github.com/carljm/django-model-utils/downloads/
+ git://github.com/carljm/django-model-utils/
+
+Files: *
+Copyright: 2009-2013, Carl Meyer <carl at dirtcircle.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014, Brian May <bam at debian.org>
+License: GPL-3+
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of the author nor the names of other contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-3+
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>.
Added: packages/django-model-utils/trunk/debian/docs
===================================================================
--- packages/django-model-utils/trunk/debian/docs (rev 0)
+++ packages/django-model-utils/trunk/debian/docs 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,4 @@
+AUTHORS.rst
+CONTRIBUTING.rst
+README.rst
+TODO.rst
Added: packages/django-model-utils/trunk/debian/patches/remove_makefile
===================================================================
--- packages/django-model-utils/trunk/debian/patches/remove_makefile (rev 0)
+++ packages/django-model-utils/trunk/debian/patches/remove_makefile 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,20 @@
+Index: django-model-utils-2.0.3/Makefile
+===================================================================
+--- django-model-utils-2.0.3.orig/Makefile 2014-02-20 07:59:49.000000000 +1100
++++ /dev/null 1970-01-01 00:00:00.000000000 +0000
+@@ -1,15 +0,0 @@
+-all: init docs test
+-
+-init:
+- python setup.py develop
+- pip install tox coverage Sphinx
+-
+-test:
+- coverage erase
+- tox
+- coverage html
+-
+-docs: documentation
+-
+-documentation:
+- python setup.py build_sphinx
Added: packages/django-model-utils/trunk/debian/patches/series
===================================================================
Added: packages/django-model-utils/trunk/debian/patches/test
===================================================================
--- packages/django-model-utils/trunk/debian/patches/test (rev 0)
+++ packages/django-model-utils/trunk/debian/patches/test 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,13 @@
+Index: django-model-utils-2.0.3/setup.py
+===================================================================
+--- django-model-utils-2.0.3.orig/setup.py 2014-05-02 10:10:27.238728038 +1000
++++ django-model-utils-2.0.3/setup.py 2014-05-02 10:10:47.342256460 +1000
+@@ -23,7 +23,7 @@
+ author_email='carl at oddbird.net',
+ url='https://github.com/carljm/django-model-utils/',
+ packages=find_packages(),
+- install_requires=['Django>=1.4.2'],
++# install_requires=['Django>=1.4.2'],
+ classifiers=[
+ 'Development Status :: 5 - Production/Stable',
+ 'Environment :: Web Environment',
Added: packages/django-model-utils/trunk/debian/rules
===================================================================
--- packages/django-model-utils/trunk/debian/rules (rev 0)
+++ packages/django-model-utils/trunk/debian/rules 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ python runtests.py
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES.rst
Property changes on: packages/django-model-utils/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/django-model-utils/trunk/debian/source/format
===================================================================
--- packages/django-model-utils/trunk/debian/source/format (rev 0)
+++ packages/django-model-utils/trunk/debian/source/format 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/django-model-utils/trunk/debian/watch
===================================================================
--- packages/django-model-utils/trunk/debian/watch (rev 0)
+++ packages/django-model-utils/trunk/debian/watch 2014-07-03 05:50:34 UTC (rev 29604)
@@ -0,0 +1,3 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+https://github.com/carljm/django-model-utils/tags .*/archive/v?(\d[\d\.]+).tar.gz
More information about the Python-modules-commits
mailing list