Package: python-lesscpy
Version: 0.15.0+ds-0.1
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for python-lesscpy (versioned as 0.15.1-0.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-lesscpy-0.15.0+ds/PKG-INFO python-lesscpy-0.15.1/PKG-INFO
--- python-lesscpy-0.15.0+ds/PKG-INFO   2021-07-15 02:55:01.007032000 -0400
+++ python-lesscpy-0.15.1/PKG-INFO      2022-10-21 07:38:03.252287400 -0400
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: lesscpy
-Version: 0.15.0
+Version: 0.15.1
 Summary: Python LESS compiler
 Home-page: https://github.com/lesscpy/lesscpy
 Author: Jóhann T Maríusson
 Author-email: j...@robot.is
 License: MIT
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Intended Audience :: End Users/Desktop
@@ -16,12 +15,12 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development :: Code Generators
@@ -104,9 +103,8 @@
 Requirements
 ------------
 
-- Python 3.4 - 3.9,
+- Python 3.7 - 3.11,
 - ply (Python Lex-Yacc) (check requirements.txt)
-- six
 
 Installation
 ------------
@@ -185,7 +183,6 @@
 .. code-block:: python
 
     import lesscpy
-    from six import StringIO
 
     print(lesscpy.compile(StringIO(u"a { border-width: 2px * 3; }"),
minify=True))
 
@@ -202,5 +199,3 @@
 
 
 .. _`Python Package Index`: https://pypi.python.org/pypi/lesscpy
-
-
diff -Nru python-lesscpy-0.15.0+ds/README.rst python-lesscpy-0.15.1/README.rst
--- python-lesscpy-0.15.0+ds/README.rst 2021-07-15 02:36:54.000000000 -0400
+++ python-lesscpy-0.15.1/README.rst    2022-10-21 07:32:56.000000000 -0400
@@ -73,9 +73,8 @@
 Requirements
 ------------
 
-- Python 3.4 - 3.9,
+- Python 3.7 - 3.11,
 - ply (Python Lex-Yacc) (check requirements.txt)
-- six
 
 Installation
 ------------
@@ -154,7 +153,6 @@
 .. code-block:: python
 
     import lesscpy
-    from six import StringIO
 
     print(lesscpy.compile(StringIO(u"a { border-width: 2px * 3; }"),
minify=True))
 
diff -Nru python-lesscpy-0.15.0+ds/debian/changelog python-lesscpy-
0.15.1/debian/changelog
--- python-lesscpy-0.15.0+ds/debian/changelog   2022-08-09 21:29:18.000000000
-0400
+++ python-lesscpy-0.15.1/debian/changelog      2023-11-28 15:13:04.000000000
-0500
@@ -1,3 +1,13 @@
+python-lesscpy (0.15.1-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release.
+    + Declare compatibility with python 3.11.
+  * Bump Standards-Version to 4.6.2.
+  * Bump debhelper compat to v13.
+
+ -- Boyuan Yang <by...@debian.org>  Tue, 28 Nov 2023 15:13:04 -0500
+
 python-lesscpy (0.15.0+ds-0.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru python-lesscpy-0.15.0+ds/debian/control python-lesscpy-
0.15.1/debian/control
--- python-lesscpy-0.15.0+ds/debian/control     2022-08-09 21:28:00.000000000
-0400
+++ python-lesscpy-0.15.1/debian/control        2023-11-28 15:11:15.000000000
-0500
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Thomas Andrejak <thomas.andre...@gmail.com>
 Rules-Requires-Root: no
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-ply,
                python3-setuptools,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/totol-guest/python-lesscpy
 Vcs-Git: https://salsa.debian.org/totol-guest/python-lesscpy.git
 Homepage: https://pypi.python.org/pypi/lesscpy
diff -Nru python-lesscpy-0.15.0+ds/lesscpy/__init__.py python-lesscpy-
0.15.1/lesscpy/__init__.py
--- python-lesscpy-0.15.0+ds/lesscpy/__init__.py        2021-07-15
02:45:16.000000000 -0400
+++ python-lesscpy-0.15.1/lesscpy/__init__.py   2022-10-21 07:26:04.000000000
-0400
@@ -1,4 +1,4 @@
-__version_info__ = ('0', '15', '0')
+__version_info__ = ('0', '15', '1')
 __version__ = '.'.join(__version_info__)
 
 
diff -Nru python-lesscpy-0.15.0+ds/lesscpy.egg-info/PKG-INFO python-lesscpy-
0.15.1/lesscpy.egg-info/PKG-INFO
--- python-lesscpy-0.15.0+ds/lesscpy.egg-info/PKG-INFO  2021-07-15
02:55:00.000000000 -0400
+++ python-lesscpy-0.15.1/lesscpy.egg-info/PKG-INFO     2022-10-21
07:38:03.000000000 -0400
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: lesscpy
-Version: 0.15.0
+Version: 0.15.1
 Summary: Python LESS compiler
 Home-page: https://github.com/lesscpy/lesscpy
 Author: Jóhann T Maríusson
 Author-email: j...@robot.is
 License: MIT
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Intended Audience :: End Users/Desktop
@@ -16,12 +15,12 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development :: Code Generators
@@ -104,9 +103,8 @@
 Requirements
 ------------
 
-- Python 3.4 - 3.9,
+- Python 3.7 - 3.11,
 - ply (Python Lex-Yacc) (check requirements.txt)
-- six
 
 Installation
 ------------
@@ -185,7 +183,6 @@
 .. code-block:: python
 
     import lesscpy
-    from six import StringIO
 
     print(lesscpy.compile(StringIO(u"a { border-width: 2px * 3; }"),
minify=True))
 
@@ -202,5 +199,3 @@
 
 
 .. _`Python Package Index`: https://pypi.python.org/pypi/lesscpy
-
-
diff -Nru python-lesscpy-0.15.0+ds/lesscpy.egg-info/entry_points.txt python-
lesscpy-0.15.1/lesscpy.egg-info/entry_points.txt
--- python-lesscpy-0.15.0+ds/lesscpy.egg-info/entry_points.txt  2021-07-15
02:55:00.000000000 -0400
+++ python-lesscpy-0.15.1/lesscpy.egg-info/entry_points.txt     2022-10-21
07:38:03.000000000 -0400
@@ -1,3 +1,2 @@
 [console_scripts]
 lesscpy = lesscpy.scripts.compiler:run
-
diff -Nru python-lesscpy-0.15.0+ds/lesscpy.egg-info/requires.txt python-
lesscpy-0.15.1/lesscpy.egg-info/requires.txt
--- python-lesscpy-0.15.0+ds/lesscpy.egg-info/requires.txt      2021-07-15
02:55:00.000000000 -0400
+++ python-lesscpy-0.15.1/lesscpy.egg-info/requires.txt 2022-10-21
07:38:03.000000000 -0400
@@ -1,2 +1 @@
 ply
-six
diff -Nru python-lesscpy-0.15.0+ds/requirements.txt python-lesscpy-
0.15.1/requirements.txt
--- python-lesscpy-0.15.0+ds/requirements.txt   2019-10-08 14:40:38.000000000
-0400
+++ python-lesscpy-0.15.1/requirements.txt      2022-10-21 07:15:14.000000000
-0400
@@ -1,2 +1 @@
 ply
-six
diff -Nru python-lesscpy-0.15.0+ds/setup.py python-lesscpy-0.15.1/setup.py
--- python-lesscpy-0.15.0+ds/setup.py   2021-07-15 02:41:17.000000000 -0400
+++ python-lesscpy-0.15.1/setup.py      2022-10-21 07:23:18.000000000 -0400
@@ -49,12 +49,12 @@
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.4',
-        'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         'Topic :: Software Development :: Code Generators',
diff -Nru python-lesscpy-0.15.0+ds/test-requirements.txt python-lesscpy-
0.15.1/test-requirements.txt
--- python-lesscpy-0.15.0+ds/test-requirements.txt      2019-10-08
14:40:38.000000000 -0400
+++ python-lesscpy-0.15.1/test-requirements.txt 2022-10-21 07:16:42.000000000
-0400
@@ -2,3 +2,4 @@
 coverage
 flake8
 nose
+tox
\ No newline at end of file
diff -Nru python-lesscpy-0.15.0+ds/tox.ini python-lesscpy-0.15.1/tox.ini
--- python-lesscpy-0.15.0+ds/tox.ini    2021-07-15 02:41:16.000000000 -0400
+++ python-lesscpy-0.15.1/tox.ini       2022-10-21 07:22:48.000000000 -0400
@@ -1,5 +1,5 @@
 [tox]
-envlist = py36,py37,py38,py39,pypy,pypy3
+envlist = py37,py38,py39,py3.10,py3.11,pypy3
 skip_missing_interpreters = True
 
 [testenv]

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to