comparison CHANGES.txt @ 6378:b57c3d50505b

issue2550899 Migrate setup.py to setuptools Also fixes issue2550866 'pip install --editable .' fails Installing roundup requires setuptools package which is available in most OS distrobutions or via pip. Patch by John Kristensen (jerrykan); additional doc changes (upgrade.txt, RELEASE.txt) John Rouillard.
author John Rouillard <rouilj@ieee.org>
date Sat, 17 Apr 2021 16:41:23 -0400
parents a7e7314fb7d9
children d76291836523
comparison
equal deleted inserted replaced
6377:a7e7314fb7d9 6378:b57c3d50505b
78 is not allowed access. (John Rouillard) 78 is not allowed access. (John Rouillard)
79 - issue2551126 - AttributeError: 'str' object has no attribute 79 - issue2551126 - AttributeError: 'str' object has no attribute
80 'local'. Fix traceback caused by DateHTMLProperty.pretty() called 80 'local'. Fix traceback caused by DateHTMLProperty.pretty() called
81 on a string value due to error in some other field. (Reported by 81 on a string value due to error in some other field. (Reported by
82 reda, fix: John Rouillard) 82 reda, fix: John Rouillard)
83 - issue2550899 - Migrate setup.py to setuptools; fixes:
84 issue2550866 'pip install --editable .' fails; et al.
85 this now requires that setuptools be installed. (Patch by John
86 Kristensen (jerrykan); additional doc changes (upgrade.txt,
87 RELEASE.txt) John Rouillard)
83 88
84 Features: 89 Features:
85 - issue2550522 - Add 'filter' command to command-line 90 - issue2550522 - Add 'filter' command to command-line
86 interface. Filter command was actually added in 2.0.0, but this 91 interface. Filter command was actually added in 2.0.0, but this
87 issue requested transitive searching. So that: 92 issue requested transitive searching. So that:

Roundup Issue Tracker: http://roundup-tracker.org/