[Git][reproducible-builds/diffoscope][master] 2 commits: Add a python_requires to setup.py

Mattia Rizzolo gitlab at salsa.debian.org
Wed Nov 14 19:55:06 CET 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
8e5e9b85 by Marius Gedminas at 2018-11-14T16:43:44Z
Add a python_requires to setup.py

This means `pip install diffoscope` will not try to download new source
distributions that then fail to build, if you run pip with an unsupported
Python version.  (Unfortunately pip will still attempt to download older
releases of diffoscope that did not have python_requires in the metadata.
Still, it'll be useful when you eventually drop support for Python 3.5 and
start requiring newer Pythons.)
- - - - -
3d475e64 by Mattia Rizzolo at 2018-11-14T18:54:36Z
Merge branch 'patch-1' of salsa.debian.org:mgedmin-guest/diffoscope

MR: https://salsa.debian.org/reproducible-builds/diffoscope/merge_requests/15
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- setup.py


Changes:

=====================================
setup.py
=====================================
@@ -67,6 +67,7 @@ setup(
             'tlsh',
         ],
     },
+    python_requires='>=3.5',
     classifiers=[
         'Development Status :: 3 - Alpha',
         'Intended Audience :: Developers',



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/b618777cfc2a8d236476d1cb1be3b0d03462b6aa...3d475e6462d29eb0dd830bf108b1bb7c384026b0

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/b618777cfc2a8d236476d1cb1be3b0d03462b6aa...3d475e6462d29eb0dd830bf108b1bb7c384026b0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181114/09626abd/attachment.html>


More information about the rb-commits mailing list