[med-svn] [Git][med-team/patsy][master] Use Python 3 syntax in example

Andreas Tille gitlab at salsa.debian.org
Wed Feb 26 13:18:14 GMT 2020



Andreas Tille pushed to branch master at Debian Med / patsy


Commits:
8a57b60b by Andreas Tille at 2020-02-26T14:17:41+01:00
Use Python 3 syntax in example

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/print3.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,12 @@
 patsy (0.5.1-1) UNRELEASED; urgency=medium
 
   * Team upload.
+
+  [ Rebecca N. Palmer ]
+  * Use Python 3 syntax in example
+    Closes: #950098
+
+  [ Andreas Tille ]
   * Package maintained by Debian Med team
   * debian/gbp.conf: Removed since converted to default branch layout
 


=====================================
debian/control
=====================================
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 7.0.50),
                python3-all,
                python3-setuptools,
                python3-numpy,
+               python3-scipy,
                python3-pandas,
                python3-nose,
                python3-six,


=====================================
debian/patches/print3.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Use Python 3 syntax in example
+Bug-Debian: https://bugs.debian.org/950098
+Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
+Bug-Debian: https://bugs.debian.org/<this bug>
+Forwarded: no
+
+--- patsy-0.5.1.orig/doc/spline-regression.rst
++++ patsy-0.5.1/doc/spline-regression.rst
+@@ -179,7 +179,7 @@ marginal spline bases patterns can be ob
+       ....:            {"x1": x1.ravel(), "x2": x2.ravel(), "df": df})
+       ....:
+
+-   In [80]: print y.shape
++   In [80]: print(y.shape)
+
+    In [90]: fig = plt.figure()
+


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 up_six_PY
+print3.patch



View it on GitLab: https://salsa.debian.org/med-team/patsy/-/commit/8a57b60bc54152b3ded42e52820a54b51eb8ea1b

-- 
View it on GitLab: https://salsa.debian.org/med-team/patsy/-/commit/8a57b60bc54152b3ded42e52820a54b51eb8ea1b
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/20200226/eedf9272/attachment-0001.html>


More information about the debian-med-commit mailing list