[med-svn] [Git][med-team/patsy][master] 7 commits: Remove External image links : privacy breach fix

Nilesh Patra gitlab at salsa.debian.org
Sat Jul 11 15:17:46 BST 2020



Nilesh Patra pushed to branch master at Debian Med / patsy


Commits:
097d260f by Nilesh Patra at 2020-07-11T18:12:32+05:30
Remove External image links : privacy breach fix

- - - - -
93c5c3d6 by Nilesh Patra at 2020-07-11T19:26:30+05:30
Fix copyright

- - - - -
4c91b7fc by Nilesh Patra at 2020-07-11T19:28:02+05:30
Fix Build-Deps, compat version: 13, Rules-Requires-Root:no

- - - - -
c0346ced by Nilesh Patra at 2020-07-11T19:35:49+05:30
Fix Deprecated adttmp

- - - - -
65564fe7 by Nilesh Patra at 2020-07-11T19:39:14+05:30
s/http/https/

- - - - -
a38eb0c6 by Nilesh Patra at 2020-07-11T14:12:42+00:00
Fix with cme

- - - - -
23330d7c by Nilesh Patra at 2020-07-11T14:13:17+00:00
Fix lintian

- - - - -


9 changed files:

- debian/control
- debian/copyright
- + debian/patches/Remove-external-image-links.patch
- debian/patches/series
- debian/patches/up_six_PY
- + debian/python-patsy-doc.lintian-overrides
- + debian/source/lintian-overrides
- debian/tests/nosetests3
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Yaroslav Halchenko <debian at onerussian.com>,
            Michael Hanke <michael.hanke at gmail.com>
 Section: python
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-setuptools,
@@ -16,11 +16,11 @@ Build-Depends: debhelper-compat (= 12),
                python3-matplotlib,
                python3-sphinx,
                ipython3,
-               ipython3 | ipython1x
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/patsy
 Vcs-Git: https://salsa.debian.org/med-team/patsy.git
 Homepage: https://github.com/pydata/patsy
+Rules-Requires-Root: no
 
 Package: python3-patsy
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,11 +1,11 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: patsy
 Upstream-Contact: Nathaniel J. Smith <njs at pobox.com>
-Source-Location: http://github.com/pydata/patsy
+Source-Location: https://github.com/pydata/patsy
 
 Files: *
 Copyright: 2011-2013, Patsy Developers
-License: BSD-2
+License: BSD-2-clause
 
 Files: patsy/compat.py
 Copyright: 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Python Software Foundation
@@ -62,29 +62,12 @@ Comment:
 
 Files: patsy/compat_ordereddict.py
 Copyright: 2012 Raymond Hettinger
-Comment: http://code.activestate.com/recipes/576693/
 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.
+Comment: http://code.activestate.com/recipes/576693/
 
 Files: doc/sphinxext/*
 Copyright: 2010-2012, IPython Developers
-License: BSD-3
+License: BSD-3-clause
 
 Files: doc/_static/facebox.*
 Copyright: 2007, 2008 Chris Wanstrath [ chris at ozmm.org ]
@@ -92,9 +75,9 @@ License: Expat
 
 Files: debian/*
 Copyright: 2013, Yaroslav Halchenko <debian at onerussian.com>
-License: BSD-2
+License: BSD-2-clause
 
-License: BSD-2
+License: BSD-2-clause
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are
   met:
@@ -118,7 +101,7 @@ License: BSD-2
   (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: BSD-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:


=====================================
debian/patches/Remove-external-image-links.patch
=====================================
@@ -0,0 +1,74 @@
+Author: Nilesh Patra <npatra974 at gmail.com>
+Description: Remove external image links (privacy breach) they are just zenodo's CI status/ logo links and have no real utility/functionality for end users
+Last Changed: Sat, July 11, 2020
+
+--- a/doc/changes.rst
++++ b/doc/changes.rst
+@@ -15,9 +15,6 @@
+ v0.5.0
+ ------
+ 
+-.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1211053.svg
+-   :target: https://doi.org/10.5281/zenodo.1211053
+-
+ * Dropped support for Python 2.6 and 3.3.
+ * Update to keep up with ``pandas`` API changes
+ * More consistent handling of degenerate linear constraints in
+@@ -28,9 +25,6 @@
+ v0.4.1
+ ------
+ 
+-.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.33471.svg
+-   :target: https://doi.org/10.5281/zenodo.33471
+-
+ New features:
+ 
+ * On Python 2, accept ``unicode`` strings containing only ASCII
+@@ -52,9 +46,6 @@
+ v0.4.0
+ ------
+ 
+-.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.20981.svg
+-   :target: https://doi.org/10.5281/zenodo.20981
+-
+ Incompatible changes:
+ 
+ * :class:`EvalFactor` and :meth:`ModelDesc.from_formula` no longer
+@@ -111,9 +102,6 @@
+ v0.3.0
+ ------
+ 
+-.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.11444.svg
+-   :target: https://doi.org/10.5281/zenodo.11444
+-
+ * New stateful transforms for computing natural and cylic cubic
+   splines with constraints, and tensor spline bases with
+   constraints. (Thanks to `@broessli <https://github.com/broessli>`_
+@@ -150,9 +138,6 @@
+ v0.2.1
+ ------
+ 
+-.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.11447.png
+-   :target: https://doi.org/10.5281/zenodo.11447
+-
+ * Fixed a nasty bug in missing value handling where, if missing values
+   were present, ``dmatrix(..., result_type="dataframe")`` would always
+   crash, and ``dmatrices("y ~ 1")`` would produce left- and right-hand
+@@ -168,9 +153,6 @@
+ v0.2.0
+ ------
+ 
+-.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.11448.png
+-   :target: https://doi.org/10.5281/zenodo.11448
+-
+ Warnings:
+ 
+ * The lowest officially supported Python version is now 2.5. So far as
+@@ -204,7 +186,4 @@
+ v0.1.0
+ ------
+ 
+-.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.11449.png
+-   :target: https://doi.org/10.5281/zenodo.11449
+-
+ First public release.


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 up_six_PY
 print3.patch
 Allow-warning-in-ipython.patch
+Remove-external-image-links.patch


=====================================
debian/patches/up_six_PY
=====================================
@@ -1,3 +1,4 @@
+Description: Up_six_PY
 --- a/patsy/compat.py
 +++ b/patsy/compat.py
 @@ -48,3 +48,11 @@ def call_and_wrap_exc(msg, origin, f, *a


=====================================
debian/python-patsy-doc.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False Positives
+python-patsy-doc: embedded-javascript-library *


=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# False Positives
+patsy source: source-is-missing doc/_static/show-code.js *
+source-contains-prebuilt-javascript-object doc/_static/show-code.js *
+patsy source: no-dh-sequencer


=====================================
debian/tests/nosetests3
=====================================
@@ -25,7 +25,7 @@ py_module=$(sed -ne '/^Package: python/s,.*python-\(.*\),\1,gp' $test_path/../co
 
 pys="$(eval py${PY}versions -rv 2>/dev/null)"
 
-cd "$ADTTMP"
+cd "${AUTOPKGTEST_TMP}"
 
 for py in $pys; do
 	echo "=== python$py ==="


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=3
 opts="dversionmangle=s/.dfsg$//,uversionmangle=s/v//,filenamemangle=s/.*\/(.*)/patsy-$1\.tar\.gz/" \
- http://github.com/pydata/patsy/tags .*archive/v?([\d\.rc]+).tar.gz
+ https://github.com/pydata/patsy/tags .*archive/v?([\d\.rc]+).tar.gz



View it on GitLab: https://salsa.debian.org/med-team/patsy/-/compare/1e94feecec64ebbe3549184b330ab974b9727793...23330d7c080ad359d486d0e334708dda141ea954

-- 
View it on GitLab: https://salsa.debian.org/med-team/patsy/-/compare/1e94feecec64ebbe3549184b330ab974b9727793...23330d7c080ad359d486d0e334708dda141ea954
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200711/3061267e/attachment-0001.html>


More information about the debian-med-commit mailing list