Kelsey added the comment:
Fixed in my bitbucket fork.
https://bitbucket.org/khightower/distutils2/changeset/ee9e580e5000
--
nosy: +kelseyhightower
___
Python tracker
<http://bugs.python.org/issue11
New submission from Kelsey :
Distutils2 should provide support for verifying a mirrors authenticity as
described in PEP 381 -- Mirror Authenticity.
--
assignee: tarek
components: Distutils2
messages: 129736
nosy: alexis, eric.araujo, kelseyhightower, tarek
priority: normal
severity
Kelsey added the comment:
I have started on an implementation in my distutil2 patch-queue on bitbucket.
Link to code, tests, and documentation:
https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=t&qs_apply=mirror-authenticity
Outstanding items include back porting the
Changes by Kelsey :
--
keywords: +patch
Added file: http://bugs.python.org/file20953/mirror-authenticity.patch
___
Python tracker
<http://bugs.python.org/issue11
Kelsey added the comment:
Thanks for the feedback! I agree with the issues raised and will rework the
patch to address them.
--
___
Python tracker
<http://bugs.python.org/issue11
Kelsey added the comment:
Based on the feedback I have updated my patch, please review.
An updated patch attached. Link to my distutils2 mq below:
https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=t&qs_apply=mirror-authenticity
--
Added file:
New submission from Kelsey :
I would like to make pysetup easier to work with when called from shell scripts
or similar tools that wish to take action based on the exit code of the pysetup
--search command. In this case return 0 if a match is found and 1 otherwise.
As an enhancement, print a
Kelsey added the comment:
I will take a look, thanks.
--
___
Python tracker
<http://bugs.python.org/issue11409>
___
___
Python-bugs-list mailing list
Unsubscribe:
Kelsey added the comment:
Updated patch based on the distutils2-new-cmdline repo
https://bitbucket.org/khightower/distutils2-new-cmdline-mq/qseries?apply=t&qs_apply=pysetup-search-nonzero
--
Added file: http://bugs.python.org/file21010/pysetup-search-new-cmds.p
Kelsey added the comment:
Adding stacktrace to ticket
--
nosy: +kelseyhightower
Added file: http://bugs.python.org/file20574/distutils2_logger.info_bug.txt
___
Python tracker
<http://bugs.python.org/issue11
New submission from Kelsey :
Missing DistutilsOptionError import in distutil2.config causes the following
error:
Traceback (most recent call last):
File "/opt/OpenPython-2.7.1/lib/python2.7/runpy.py", line 162, in
_run_module_as_main
"__main__", fname, loader, pk
Kelsey added the comment:
Link to patch:
https://bitbucket.org/khightower/distutils2/changeset/22f336b467b8
--
___
Python tracker
<http://bugs.python.org/issue11
Changes by Kelsey :
--
title: Missing DistutilsOptionError -> Missing import of DistutilsOptionError
___
Python tracker
<http://bugs.python.org/issu
New submission from Kelsey :
When trying to create a source distribution, I get the following error and no
stack trace:
[openpython:yamlconfig]$ /opt/OpenPython-2.7.1/bin/python -m distutils2.run
sdist
WARNING:root:warning: no files found matching 's'
WARNING:root:warning: no f
Kelsey added the comment:
Link to patch:
https://bitbucket.org/khightower/distutils2/changeset/6ef86fa5236b
--
___
Python tracker
<http://bugs.python.org/issue11
Kelsey added the comment:
Adding patch to ticket
--
keywords: +patch
Added file: http://bugs.python.org/file20609/check-logger-is-none.patch
___
Python tracker
<http://bugs.python.org/issue11
Kelsey added the comment:
This could be my mistake. . I think an early attempt at patching Issue 11045, I
disabled os.makedirs(archive_dir) in shutil. I am going to retest
--
___
Python tracker
<http://bugs.python.org/issue11
Kelsey added the comment:
I have retested; this issue was related to a bug I introduced in shutil (fixed
now, and patch sent upstream)
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
New submission from Kelsey :
Distutils2 should produce a warning when the license is specified in both the
License and Classifier metadata fields
--
assignee: tarek
components: Distutils2
messages: 128624
nosy: alexis, eric.araujo, kelseyhightower, tarek
priority: normal
severity
Kelsey added the comment:
Changes and additional tests can be reviewed on my patch queue.
https://bitbucket.org/khightower/distutils2-patch-queue/changeset/d7dff88ab524
--
___
Python tracker
<http://bugs.python.org/issue11
Kelsey added the comment:
Based on the feedback, I will rework the patch to include the following:
* Produce a warning only if the user supplied Platform or License metadata is
listed in Trove classifiers (Exact match?).
--
___
Python tracker
Kelsey added the comment:
Eric, I am not sure we can check for more than an exact match on Platform and
License metadata fields.
D2 maintains a list of all Trove Classifiers which can be searched for an exact
match; if a match is found warn the user that a Classifier should be used
instead
Kelsey added the comment:
Eric, thanks for the example. This clarifies things.
+1 on the new data structure for the classifiers
--
___
Python tracker
<http://bugs.python.org/issue11
23 matches
Mail list logo