[Gruppo-web] [Git][ubuntu-it-web/www][develop] 3 commits: require a new pyscss to support setuptools v46+

Mattia Rizzolo gitlab a code.ubuntu-it.org
Mar 28 Apr 2020 22:44:27 BST



Mattia Rizzolo pushed to branch develop at Gruppo Web / Nuovo sito


Commits:
ca00f8be by Mattia Rizzolo at 2020-04-28T23:39:44+02:00
require a new pyscss to support setuptools v46+

Signed-off-by: Mattia Rizzolo <mapreri a ubuntu.com>

- - - - -
16c3eec5 by Mattia Rizzolo at 2020-04-28T23:41:58+02:00
unversion the build requirements on setuptools and wheel

the required versions are way too old that they are more likely to cause
conflicts than anything else.  Just leave them unversioned until we
don't find some conflict

Signed-off-by: Mattia Rizzolo <mapreri a ubuntu.com>

- - - - -
206e3906 by Mattia Rizzolo at 2020-04-28T23:44:07+02:00
flake8 setup.py

Signed-off-by: Mattia Rizzolo <mapreri a ubuntu.com>

- - - - -


3 changed files:

- requirements-assets.txt
- requirements-build.txt
- setup.py


Changes:

=====================================
requirements-assets.txt
=====================================
@@ -1 +1 @@
-pyscss==1.3.5
+pyscss>=1.3.6


=====================================
requirements-build.txt
=====================================
@@ -1,2 +1,2 @@
-wheel==0.26.0
-setuptools==19.4
+wheel
+setuptools


=====================================
setup.py
=====================================
@@ -19,18 +19,18 @@ import setuptools
 
 setuptools.setup(
 
-    name = "uitwww",
-    version = "1",
-    url = "http://www.ubuntu-it.org",
+    name="uitwww",
+    version="1",
+    url="https://www.ubuntu-it.org",
 
-    license = "GNU-GPL v3",
+    license="GNU-GPL v3+",
 
-    author = "Ubuntu-it website team",
-    author_email = "gruppo-web a liste.ubuntu-it.org",
+    author="Ubuntu-it website team",
+    author_email="gruppo-web a liste.ubuntu-it.org",
 
-    description = "Source code of the ubuntu-it website",
+    description="Source code of the ubuntu-it website",
 
-    install_requires = [
+    install_requires=[
         "click",
         "flask",
         "flask-openid",
@@ -42,21 +42,21 @@ setuptools.setup(
         "htmlmin",
     ],
 
-    packages = [
+    packages=[
         "uitwww",
         "uitwww.third_party"
     ],
 
-    entry_points = {
+    entry_points={
         "console_scripts": [
             "uitwww = uitwww.main:cli",
         ],
     },
 
-    include_package_data = True,
-    zip_safe = False,
+    include_package_data=True,
+    zip_safe=False,
 
-    classifiers = [
+    classifiers=[
         "Not on PyPI"
     ],
 



View it on GitLab: http://code.ubuntu-it.org/ubuntu-it-web/www/-/compare/2d35cb1314602c5acb421bd0a412485ce6547db2...206e3906d37638639f4acb6c125690a03cf9aa5c

-- 
View it on GitLab: http://code.ubuntu-it.org/ubuntu-it-web/www/-/compare/2d35cb1314602c5acb421bd0a412485ce6547db2...206e3906d37638639f4acb6c125690a03cf9aa5c
You're receiving this email because of your account on code.ubuntu-it.org.


-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://liste.ubuntu-it.org/pipermail/gruppo-web/attachments/20200428/df5fc2ab/attachment-0001.htm>


Maggiori informazioni sulla lista Gruppo-web