[Python-modules-commits] r33033 - in packages/python-nacl/tags (14 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sat Jun 20 12:38:54 UTC 2015


    Date: Saturday, June 20, 2015 @ 12:38:53
  Author: mithrandi
Revision: 33033

[svn-buildpackage] Tagging python-nacl 0.2.3-2

Added:
  packages/python-nacl/tags/0.2.3-2/
  packages/python-nacl/tags/0.2.3-2/debian/changelog
    (from rev 33032, packages/python-nacl/trunk/debian/changelog)
  packages/python-nacl/tags/0.2.3-2/debian/control
    (from rev 33032, packages/python-nacl/trunk/debian/control)
  packages/python-nacl/tags/0.2.3-2/debian/copyright
    (from rev 31748, packages/python-nacl/trunk/debian/copyright)
  packages/python-nacl/tags/0.2.3-2/debian/python-nacl-doc.doc-base
    (from rev 31750, packages/python-nacl/trunk/debian/python-nacl-doc.doc-base)
  packages/python-nacl/tags/0.2.3-2/debian/rules
    (from rev 31750, packages/python-nacl/trunk/debian/rules)
  packages/python-nacl/tags/0.2.3-2/debian/tests/control
    (from rev 33031, packages/python-nacl/trunk/debian/tests/control)
  packages/python-nacl/tags/0.2.3-2/debian/watch
    (from rev 31751, packages/python-nacl/trunk/debian/watch)
Deleted:
  packages/python-nacl/tags/0.2.3-2/debian/changelog
  packages/python-nacl/tags/0.2.3-2/debian/control
  packages/python-nacl/tags/0.2.3-2/debian/copyright
  packages/python-nacl/tags/0.2.3-2/debian/rules
  packages/python-nacl/tags/0.2.3-2/debian/tests/control
  packages/python-nacl/tags/0.2.3-2/debian/watch

Deleted: packages/python-nacl/tags/0.2.3-2/debian/changelog
===================================================================
--- packages/python-nacl/trunk/debian/changelog	2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/tags/0.2.3-2/debian/changelog	2015-06-20 12:38:53 UTC (rev 33033)
@@ -1,5 +0,0 @@
-python-nacl (0.2.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #776452)
-
- -- Tristan Seligmann <mithrandi at debian.org>  Fri, 21 Feb 2014 18:36:35 +0200

Copied: packages/python-nacl/tags/0.2.3-2/debian/changelog (from rev 33032, packages/python-nacl/trunk/debian/changelog)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/changelog	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/changelog	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,12 @@
+python-nacl (0.2.3-2) unstable; urgency=medium
+
+  * Add "Restrictions: needs-root" because of cffi silliness.
+  * Remove outdated / unnecessary XS-Testsuite field.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sat, 20 Jun 2015 14:34:41 +0200
+
+python-nacl (0.2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #776452)
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 02 Feb 2015 04:10:40 +0200

Deleted: packages/python-nacl/tags/0.2.3-2/debian/control
===================================================================
--- packages/python-nacl/trunk/debian/control	2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/tags/0.2.3-2/debian/control	2015-06-20 12:38:53 UTC (rev 33033)
@@ -1,55 +0,0 @@
-Source: python-nacl
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tristan Seligmann <mithrandi at debian.org>
-Section: python
-Priority: optional
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all-dev,
- python3-all-dev,
- python-setuptools,
- python3-setuptools,
- python-cffi,
- python3-cffi,
- sphinx-common
-Standards-Version: 3.9.6
-Homepage: https://github.com/pyca/pynacl/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-nacl/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-nacl/trunk/
-XS-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-XS-Testsuite: autopkgtest
-
-Package: python-nacl
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-nacl-doc
-Description: Python bindings to libsodium (Python 2)
- PyNaCl is a Python binding to the Networking and Cryptography library (in the
- form of libsodium), a crypto library with the stated goal of improving
- usability, security and speed.
- .
- This package contains the Python 2 version of pynacl.
-
-Package: python3-nacl
-Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-nacl-doc
-Description: Python bindings to libsodium (Python 3)
- PyNaCl is a Python binding to the Networking and Cryptography library (in the
- form of libsodium), a crypto library with the stated goal of improving
- usability, security and speed.
- .
- This package contains the Python 3 version of pynacl.
-
-Package: python-nacl-doc
-Architecture: all
-Depends: ${misc:Depends}
-Section: doc
-Description: Python bindings to libsodium (documentation)
- PyNaCl is a Python binding to the Networking and Cryptography library (in the
- form of libsodium), a crypto library with the stated goal of improving
- usability, security and speed.
- .
- This package contains the documentation for pynacl.

Copied: packages/python-nacl/tags/0.2.3-2/debian/control (from rev 33032, packages/python-nacl/trunk/debian/control)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/control	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/control	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,59 @@
+Source: python-nacl
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all-dev,
+ python3-all-dev,
+ python-setuptools,
+ python3-setuptools,
+ python-cffi,
+ python3-cffi,
+ python-pytest,
+ python3-pytest,
+ python-six,
+ python3-six,
+ python-sphinx,
+ libsodium-dev
+Standards-Version: 3.9.6
+Homepage: https://github.com/pyca/pynacl/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-nacl/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-nacl/trunk/
+XS-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-nacl
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: python-nacl-doc
+Description: Python bindings to libsodium (Python 2)
+ PyNaCl is a Python binding to the Networking and Cryptography library (in the
+ form of libsodium), a crypto library with the stated goal of improving
+ usability, security and speed.
+ .
+ This package contains the Python 2 version of pynacl.
+
+Package: python3-nacl
+Architecture: any
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: python-nacl-doc
+Description: Python bindings to libsodium (Python 3)
+ PyNaCl is a Python binding to the Networking and Cryptography library (in the
+ form of libsodium), a crypto library with the stated goal of improving
+ usability, security and speed.
+ .
+ This package contains the Python 3 version of pynacl.
+
+Package: python-nacl-doc
+Architecture: all
+Depends: ${misc:Depends}
+Section: doc
+Description: Python bindings to libsodium (documentation)
+ PyNaCl is a Python binding to the Networking and Cryptography library (in the
+ form of libsodium), a crypto library with the stated goal of improving
+ usability, security and speed.
+ .
+ This package contains the documentation for pynacl.

Deleted: packages/python-nacl/tags/0.2.3-2/debian/copyright
===================================================================
--- packages/python-nacl/trunk/debian/copyright	2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/tags/0.2.3-2/debian/copyright	2015-06-20 12:38:53 UTC (rev 33033)
@@ -1,50 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: PyNaCl
-Source: https://github.com/pyca/pynacl/
-License: Apache
-
-Files: *
-Copyright: 2013 Donald Stufft and individual contributors
-License: Apache
-
-Files: debian/*
-Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
-License: Expat
-
-License: Apache
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- .
-    http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- .
- On Debian systems, the full text of the Apache license, Version 2.0
- can be found in the file
- `/usr/share/common-licenses/Apache-2.0'.
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
- .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: packages/python-nacl/tags/0.2.3-2/debian/copyright (from rev 31748, packages/python-nacl/trunk/debian/copyright)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/copyright	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/copyright	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,69 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PyNaCl
+Source: https://github.com/pyca/pynacl/
+License: Apache
+
+Files: *
+Copyright: 2013 Donald Stufft and individual contributors
+License: Apache
+
+Files: debian/*
+Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
+License: Expat
+
+Files: src/libsodium/*
+Copyright: 2013 Frank Denis <j at pureftpd dot org>
+License: ISC
+Comment: The vendored copy of libsodium is /not/ used to build this package;
+ rather, the libsodium-dev package from Debian is used.
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache license, Version 2.0
+ can be found in the file
+ `/usr/share/common-licenses/Apache-2.0'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: packages/python-nacl/tags/0.2.3-2/debian/python-nacl-doc.doc-base (from rev 31750, packages/python-nacl/trunk/debian/python-nacl-doc.doc-base)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/python-nacl-doc.doc-base	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/python-nacl-doc.doc-base	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,8 @@
+Document: pynacl
+Title: pynacl
+Abstract: Python bindings for libsodium.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-nacl-doc/html/index.html
+Files: /usr/share/doc/python-nacl-doc/html/*.html

Deleted: packages/python-nacl/tags/0.2.3-2/debian/rules
===================================================================
--- packages/python-nacl/trunk/debian/rules	2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/tags/0.2.3-2/debian/rules	2015-06-20 12:38:53 UTC (rev 33033)
@@ -1,14 +0,0 @@
-#!/usr/bin/make -f
-
-export PYBUILD_NAME=python-nacl
-export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS={dir}/tests/
-
-
-%:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf src/nacl/_lib/__pycache__

Copied: packages/python-nacl/tags/0.2.3-2/debian/rules (from rev 31750, packages/python-nacl/trunk/debian/rules)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/rules	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/rules	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+
+export PYBUILD_NAME=nacl
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS={dir}/tests/
+
+export PYTHONDONTWRITEBYTECODE=1
+
+# Make sure PyNaCl uses the system libsodium instead of trying to use the
+# vendored copy
+export SODIUM_INSTALL=system
+
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+
+override_dh_clean:
+	dh_clean
+	# Remove the vendored libsodium just to make sure we don't build
+	# against it
+	rm -rf src/libsodium
+
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf src/nacl/_lib/__pycache__
+
+
+override_dh_sphinxdoc:
+ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+	PYTHONPATH=debian/python-nacl/usr/lib/python2.7/dist-packages http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs debian/python-nacl-doc/usr/share/doc/python-nacl-doc/html
+	dh_sphinxdoc
+endif

Deleted: packages/python-nacl/tags/0.2.3-2/debian/tests/control
===================================================================
--- packages/python-nacl/trunk/debian/tests/control	2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/tags/0.2.3-2/debian/tests/control	2015-06-20 12:38:53 UTC (rev 33033)
@@ -1,2 +0,0 @@
-Tests: python2 python3
-Depends: @, @builddeps@

Copied: packages/python-nacl/tags/0.2.3-2/debian/tests/control (from rev 33031, packages/python-nacl/trunk/debian/tests/control)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/tests/control	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/tests/control	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,3 @@
+Tests: python2 python3
+Depends: @, @builddeps@
+Restrictions: needs-root

Deleted: packages/python-nacl/tags/0.2.3-2/debian/watch
===================================================================
--- packages/python-nacl/trunk/debian/watch	2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/tags/0.2.3-2/debian/watch	2015-06-20 12:38:53 UTC (rev 33033)
@@ -1,2 +0,0 @@
-version=3
-opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/P/PyNaCl/PyNaCl-(.*).tar.gz

Copied: packages/python-nacl/tags/0.2.3-2/debian/watch (from rev 31751, packages/python-nacl/trunk/debian/watch)
===================================================================
--- packages/python-nacl/tags/0.2.3-2/debian/watch	                        (rev 0)
+++ packages/python-nacl/tags/0.2.3-2/debian/watch	2015-06-20 12:38:53 UTC (rev 33033)
@@ -0,0 +1,3 @@
+version=3
+opts="pgpsigurlmangle=s/\#md5.*$/.asc/,filenamemangle=s|.*/(.*)\#md5.*$|$1|" \
+ https://pypi.python.org/simple/PyNaCl/ .*/PyNaCl-(.*)\.(?:zip|tgz|tbz2|txz|tar\.(?:gz|bz2|xz)).*




More information about the Python-modules-commits mailing list