File python-setuptools.changes of Package python-setuptools
1609
1
-------------------------------------------------------------------
2
Mon Jan 9 12:00:28 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
3
4
- Add CVE-2022-40897-ReDos.patch to fix Regular Expression Denial of Service
5
(ReDoS) in package_index.py.
6
bsc#1206667
7
8
-------------------------------------------------------------------
9
Sat Nov 14 23:45:36 UTC 2020 - Matej Cepl <mcepl@suse.com>
10
11
- Add wheel subpackage with the generated wheel for this package
12
(bsc#1176262, CVE-2019-20916).
13
14
-------------------------------------------------------------------
15
Tue Oct 30 01:49:13 UTC 2018 - Arun Persaud <arun@gmx.de>
16
17
- update to version 40.5.0:
18
* #1335: In pkg_resources.normalize_path, fix issue on Cygwin when
19
cwd contains symlinks.
20
* #1502: Deprecated support for downloads from Subversion in
21
package_index/easy_install.
22
* #1517: Dropped use of six.u in favor of u"" literals.
23
* #1520: Added support for data_files in setup.cfg.
24
* #1525: Fixed rendering of the deprecation warning in easy_install
25
doc.
26
27
-------------------------------------------------------------------
28
Sun Sep 30 16:13:22 UTC 2018 - Arun Persaud <arun@gmx.de>
29
30
- update to version 40.4.3:
31
* #1480: Bump vendored pyparsing in pkg_resources to 2.2.1.
32
33
- changes from version 40.4.2:
34
* #1497: Updated gitignore in repo.
35
36
- changes from version 40.4.1:
37
* #1480: Bump vendored pyparsing to 2.2.1.
38
39
- changes from version 40.4.0:
40
* #1481: Join the sdist --dist-dir and the build_meta sdist
41
directory argument to point to the same target (meaning the build
42
frontend no longer needs to clean manually the dist dir to avoid
43
multiple sdist presence, and setuptools no longer needs to handle
44
conflicts between the two).
45
46
- changes from version 40.3.0:
47
* #1402: Fixed a bug with namespace packages under Python 3.6 when
48
one package in current directory hides another which is
49
installed.
50
* #1427: Set timestamp of .egg-info directory whenever egg_info
51
command is run.
52
* #1474: build_meta.get_requires_for_build_sdist now does not
53
include the wheel package anymore.
54
* #1486: Suppress warnings in pkg_resources.handle_ns.
55
* #1479: Remove internal use of six.binary_type.
56
57
-------------------------------------------------------------------
58
Sat Sep 1 18:29:22 UTC 2018 - arun@gmx.de
59
60
- update to version 40.2.0:
61
* #1466: Fix handling of Unicode arguments in PEP 517 backend
62
63
- changes from version 40.1.1:
64
* #1465: Fix regression with egg_info command when tagging is used.
65
66
-------------------------------------------------------------------
67
Sat Aug 25 15:23:28 UTC 2018 - jengelh@inai.de
68
69
- Use noun phrase in summary.
70
71
-------------------------------------------------------------------
72
Sat Aug 18 17:00:16 UTC 2018 - arun@gmx.de
73
74
- specfile:
75
* removed devel for noarch package
76
77
- update to version 40.1.0:
78
* #1410: Deprecated upload and register commands.
79
* #1312: Introduced find_namespace_packages() to find PEP 420
80
namespace packages.
81
* #1420: Added find_namespace: directive to config parser.
82
* #1418: Solved race in when creating egg cache directories.
83
* #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0.
84
* #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3.
85
* #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception
86
when Visual C++ not found.
87
* #1389: Added support for scripts which have unicode content.
88
* #1416: Moved several Python version checks over to using six.PY2
89
and six.PY3.
90
* #1441: Removed spurious executable permissions from files that
91
don't need them.
92
93
-------------------------------------------------------------------
94
Thu Jul 12 03:29:00 UTC 2018 - arun@gmx.de
95
96
- update to version 40.0.0:
97
* #1342: Drop support for Python 3.3.
98
* #1366: In package_index, fixed handling of encoded entities in
99
URLs.
100
* #1383: In pkg_resources VendorImporter, avoid removing packages
101
imported from the root.
102
* #1379: Minor doc fixes after actually using the new release
103
process.
104
* #1385: Removed section on non-package data files.
105
* #1403: Fix developer's guide.
106
* #1404: Fix PEP 518 configuration: set build requirements in
107
pyproject.toml to ["wheel"].
108
109
-------------------------------------------------------------------
110
Mon May 21 03:50:14 UTC 2018 - arun@gmx.de
111
112
- update to version 39.2.0:
113
* #1359: Support using "file:" to load a PEP 440-compliant package
114
version from a text file.
115
* #1360: Fixed issue with a mismatch between the name of the package
116
and the name of the .dist-info file in wheel files
117
* #1364: Add __dir__() implementation to
118
pkg_resources.Distribution() that includes the attributes in the
119
_provider instance variable.
120
* #1365: Take the package_dir option into account when loading the
121
version from a module attribute.
122
* #1353: Added coverage badge to README.
123
* #1356: Made small fixes to the developer guide documentation.
124
* #1357: Fixed warnings in documentation builds and started
125
enforcing that the docs build without warnings in tox.
126
* #1376: Updated release process docs.
127
* #1343: The setuptools specific long_description_content_type,
128
project_urls and provides_extras fields are now set consistently
129
after any distutils setup_keywords calls, allowing them to
130
override values.
131
* #1352: Added tox environment for documentation builds.
132
* #1354: Added towncrier for changelog managment.
133
* #1355: Add PR template.
134
* #1368: Fixed tests which failed without network connectivity.
135
* #1369: Added unit tests for PEP 425 compatibility tags support.
136
* #1372: Stop testing Python 3.3 in Travis CI, now that the latest
137
version of wheel no longer installs on it.
138
139
-------------------------------------------------------------------
140
Sun May 6 05:30:02 UTC 2018 - arun@gmx.de
141
142
- update to version 39.1.0:
143
* #1340: Update all PyPI URLs to reflect the switch to the new
144
Warehouse codebase.
145
* #1337: In pkg_resources, now support loading resources for modules
146
loaded by the SourcelessFileLoader.
147
* #1332: Silence spurious wheel related warnings on Windows.
148
149
-------------------------------------------------------------------
150
Mon Mar 19 10:56:56 UTC 2018 - tchvatal@suse.com
151
152
- Version update to 39.0.1:
153
* Fix utf parsing with python2
154
* Various other fixes
155
156
-------------------------------------------------------------------
157
Sat Mar 17 19:26:20 UTC 2018 - arun@gmx.de
158
159
- update to version 39.0.0:
160
* #1296: Setuptools now vendors its own direct dependencies, no
161
longer relying on the dependencies as vendored by pkg_resources.
162
* #296: Removed long-deprecated support for iteration on Version
163
objects as returned by pkg_resources.parse_version. Removed the
164
SetuptoolsVersion and SetuptoolsLegacyVersion names as well. They
165
should not have been used, but if they were, replace with Version
166
and LegacyVersion from packaging.version.
167
168
- changes from version 38.7.0:
169
* #1288: Add support for maintainer in PKG-INFO.
170
171
- changes from version 38.6.1:
172
* #1292: Avoid generating Provides-Extra in metadata when no extra
173
is present (but environment markers are).
174
175
-------------------------------------------------------------------
176
Sat Mar 17 00:27:26 UTC 2018 - arun@gmx.de
177
178
- update to version 38.6.0:
179
* #1286: Add support for Metadata 2.1 (PEP 566).
180
181
-------------------------------------------------------------------
182
Thu Mar 8 04:48:05 UTC 2018 - arun@gmx.de
183
184
- update to version 38.5.2:
185
* #1285: Fixed RuntimeError in pkg_resources.parse_requirements on
186
Python 3.7 (stemming from PEP 479).
187
188
-------------------------------------------------------------------
189
Wed Mar 7 14:42:51 UTC 2018 - aplanas@suse.com
190
191
- Allows Recommends and Suggest in Fedora
192
193
-------------------------------------------------------------------
194
Tue Feb 27 14:25:08 UTC 2018 - aplanas@suse.com
195
196
- Recommends only for SUSE
197
198
-------------------------------------------------------------------
199
Tue Feb 6 22:36:11 UTC 2018 - arun@gmx.de
200
201
- update to version 38.5.1:
202
* #1271: Revert to Cython legacy build_ext behavior for
203
compatibility.
204
205
- changes from version 38.5.0:
206
* #1229: Expand imports in build_ext to refine detection of Cython
207
availability.
208
* #1270: When Cython is available, build_ext now uses the
209
new_build_ext.
210
211
-------------------------------------------------------------------
212
Sun Feb 4 00:30:53 UTC 2018 - arun@gmx.de
213
214
- update to version 38.4.1:
215
* #1257: In bdist_egg.scan_module, fix ValueError on Python 3.7.
216
217
-------------------------------------------------------------------
218
Sat Jan 6 05:20:37 UTC 2018 - arun@gmx.de
219
220
- specfile:
221
* update copyright year
222
223
- update to version 38.4.0:
224
* #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled.
225
226
- changes from version 38.3.0:
227
* #1210: Add support for PEP 345 Project-URL metadata.
228
* #1207: Add support for long_description_type to setup.cfg
229
declarative config as intended and documented.
230
231
-------------------------------------------------------------------
232
Sun Dec 31 05:54:40 UTC 2017 - arun@gmx.de
233
234
- update to version 38.2.5:
235
* #1232: Fix trailing slash handling in pkg_resources.ZipProvider.
236
237
-------------------------------------------------------------------
238
Wed Dec 6 02:54:35 UTC 2017 - arun@gmx.de
239
240
- update to version 38.2.4:
241
* #1220: Fix data_files handling when installing from wheel.
242
243
-------------------------------------------------------------------
244
Sun Dec 3 18:15:47 UTC 2017 - arun@gmx.de
245
246
- update to version 38.2.3:
247
* fix Travis' Python 3.3 job.
248
249
- changes from version 38.2.2:
250
* #1214: fix handling of namespace packages when installing from a
251
wheel.
252
253
-------------------------------------------------------------------
254
Mon Nov 27 09:53:59 UTC 2017 - mimi.vx@gmail.com
255
256
- update to 38.2.1
257
* fix encoding handling of metadata when installing from a wheel
258
259
-------------------------------------------------------------------
260
Sun Nov 26 21:17:50 UTC 2017 - arun@gmx.de
261
262
- update to version 38.2.0:
263
* #1200: easy_install now support installing from wheels: they will
264
be installed as standalone unzipped eggs.
265
266
- changes from version 38.1.0:
267
* #1208: Improve error message when failing to locate scripts in
268
egg-info metadata.
269
270
- changes from version 38.0.0:
271
* #458: In order to support deterministic builds, Setuptools no
272
longer allows packages to declare install_requires as unordered
273
sequences (sets or dicts).
274
275
-------------------------------------------------------------------
276
Wed Nov 22 19:43:38 UTC 2017 - arun@gmx.de
277
278
- update to version 37.0.0:
279
* #878: Drop support for Python 2.6. Python 2.6 users should rely on
280
'setuptools < 37dev'.
281
282
- changes from version 36.8.0:
283
* #1190: In SSL support for package index operations, use SNI where
284
available.
285
286
- changes from version 36.7.3:
287
* #1175: Bug fixes to build_meta module.
288
289
-------------------------------------------------------------------
290
Fri Nov 17 13:24:24 UTC 2017 - jengelh@inai.de
291
292
- Trim bias from description.
293
294
-------------------------------------------------------------------
295
Wed Nov 15 07:03:43 UTC 2017 - arun@gmx.de
296
297
- specfile:
298
* add missing url field
299
300
- update to version 36.7.2:
301
* #701: Fixed duplicate test discovery on Python 3.
302
303
-------------------------------------------------------------------
304
Sat Nov 11 17:11:34 UTC 2017 - arun@gmx.de
305
306
- update to version 36.7.1:
307
* #1193: Avoid test failures in bdist_egg when
308
PYTHONDONTWRITEBYTECODE is set.
309
310
- changes from version 36.7.0:
311
* #1054: Support setup_requires in setup.cfg files.
312
313
- changes from version 36.6.1:
314
* #1132: Removed redundant and costly serialization/parsing step in
315
EntryPoint.__init__.
316
* #844: bdist_egg --exclude-source-files now tested and works on
317
Python 3.
318
319
-------------------------------------------------------------------
320
Fri Oct 13 15:41:04 UTC 2017 - arun@gmx.de
321
322
- update to version 36.6.0:
323
* #1143: Added setuptools.build_meta module, an implementation of
324
PEP-517 for Setuptools-defined packages.
325
* #1143: Added dist_info command for producing dist_info metadata.
326
327
-------------------------------------------------------------------
328
Tue Sep 19 04:30:46 UTC 2017 - tbechtold@suse.com
329
330
- update to 36.5.0:
331
* #170: When working with Mercurial checkouts, use Windows-friendly
332
syntax for suppressing output.
333
* Inspired by #1134, performed substantial refactoring of
334
``pkg_resources.find_on_path`` to facilitate an optimization
335
for paths with many non-version entries.
336
* #1075: Add new ``Description-Content-Type`` metadata field. `See here for
337
documentation on how to use this field.
338
<https://packaging.python.org/specifications/#description-content-type>`_
339
* #1068: Sort files and directories when building eggs for
340
deterministic order.
341
* #196: Remove caching of easy_install command in fetch_build_egg.
342
Fixes issue where ``pytest-runner-N.N`` would satisfy the installation
343
of ``pytest``.
344
* #1129: Fix working set dependencies handling when replacing conflicting
345
distributions (e.g. when using ``setup_requires`` with a conflicting
346
transitive dependency, fix #1124).
347
* #1133: Improved handling of README files extensions and added
348
Markdown to the list of searched READMES.
349
* #1135: Improve performance of pkg_resources import by not invoking
350
``access`` or ``stat`` and using ``os.listdir`` instead.
351
* #1131: Make possible using several files within ``file:`` directive
352
in metadata.long_description in ``setup.cfg``.
353
* fix #1105: Fix handling of requirements with environment
354
markers when declared in ``setup.cfg`` (same treatment as
355
for #1081).
356
* #462: Don't assume a directory is an egg by the ``.egg``
357
extension alone.
358
* #1093: Fix test command handler with extras_require.
359
* #1112, #1091, #1115: Now using Trusty containers in
360
Travis for CI and CD.
361
* #1092: ``pkg_resources`` now uses ``inspect.getmro`` to
362
resolve classes in method resolution order.
363
* #1102: Restore behavior for empty extras.
364
365
-------------------------------------------------------------------
366
Mon Jul 24 20:08:32 UTC 2017 - michael@stroeder.com
367
368
- update to 36.2.2
369
370
v36.2.2
371
-------
372
* #1099: Revert commit a3ec721, restoring intended purpose of
373
extras as part of a requirement declaration.
374
375
v36.2.1
376
-------
377
* fix #1086
378
* fix #1087
379
* support extras specifiers in install_requires requirements
380
381
v36.2.0
382
-------
383
* #1081: Environment markers indicated in ``install_requires``
384
are now processed and treated as nameless ``extras_require``
385
with markers, allowing their metadata in requires.txt to be
386
correctly generated.
387
* #1053: Tagged commits are now released using Travis-CI
388
build stages, meaning releases depend on passing tests on
389
all supported Python versions (Linux) and not just the latest
390
Python version.
391
392
v36.1.1
393
-------
394
* #1083: Correct ``py31compat.makedirs`` to correctly honor
395
``exist_ok`` parameter.
396
* #1083: Also use makedirs compatibility throughout setuptools.
397
398
v36.1.0
399
-------
400
* #1083: Avoid race condition on directory creation in
401
``pkg_resources.ensure_directory``.
402
* Removed deprecation of and restored support for
403
``upload_docs`` command for sites other than PyPI.
404
Only warehouse is dropping support, but services like
405
`devpi <http://doc.devpi.net/latest/>`_ continue to
406
support docs built by setuptools' plugins. See
407
`this comment <https://bitbucket.org/hpk42/devpi/issues/388/support-rtd-model-for-building-uploading#comment-34292423>`_
408
for more context on the motivation for this change.
409
410
-------------------------------------------------------------------
411
Thu Jun 8 10:04:16 UTC 2017 - dmueller@suse.com
412
413
- update to 36.0.1
414
* #1042: Fix import in py27compat module that still
415
referenced six directly, rather than through the externs
416
module (vendored packages hook).
417
* #980 and others: Once again, Setuptools vendors all
418
of its dependencies. It seems to be the case that in
419
the Python ecosystem, all build tools must run without
420
any dependencies (build, runtime, or otherwise). At
421
such a point that a mechanism exists that allows
422
build tools to have dependencies, Setuptools will adopt
423
it.
424
* #1015: Fix test failures on Python 3.7.
425
* #1024: Add workaround for Jython #2581 in monkey module.
426
* #992: Revert change introduced in v34.4.1, now
427
considered invalid.
428
* #1016: Revert change introduced in v35.0.0 per #1014,
429
referencing #436. The approach had unintended
430
consequences, causing sdist installs to be missing
431
files.
432
- remove fix-sle11-test-failure.patch: this doesn't build for
433
SLE11 anymore, so no need to patch it anymore
434
435
-------------------------------------------------------------------
436
Thu Feb 23 13:28:56 UTC 2017 - jmatejek@suse.com
437
438
- update to 34.2.0
439
* dependencies are no longer vendored and setuptools can't bootstrap
440
without them
441
* drop support for python 2.6 and 3.2
442
* declarative config option for setup.cfg
443
* nspkg.pth files for development
444
* switch to zip format for source dist
445
* ensure extras are honored when building the working set
446
* add support for reading dist-info metadata
447
* support for PEP440 version specifiers
448
- added build-time and run-time dependencies to appdirs and packaging,
449
ensured these packages build without setuptools
450
- drop upstreamed setuptools-certpath.patch
451
- drop unneeded setuptools-5.4.1-create-sitedir.patch
452
- add fdupes
453
- change source file to zip, add unzip dependency
454
455
-------------------------------------------------------------------
456
Thu Feb 16 15:58:12 UTC 2017 - jmatejek@suse.com
457
458
- update for multipython build
459
460
-------------------------------------------------------------------
461
Mon Dec 12 12:57:12 UTC 2016 - hpj@urpla.net
462
463
- make sure, that setuptools-certpath.patch is applied
464
unconditionally (fixes traceback in setuptools/ssl_support.py)
465
466
-------------------------------------------------------------------
467
Sat Oct 8 16:02:41 UTC 2016 - tbechtold@suse.com
468
469
- update to 28.3.0:
470
* #809: In ``find_packages()``, restore support for excluding
471
a parent package without excluding a child package.
472
* #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where
473
PEP-420 functionality is adequate. Fixes pip #1924.
474
* #803: Bump certifi to 2016.9.26.
475
* #733: Do not search excluded directories for packages.
476
This introduced a backwards incompatible change in ``find_packages()``
477
so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``.
478
Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
479
even though the parent ``foo`` package was excluded.
480
* #795: Bump certifi.
481
* #719: Suppress decoding errors and instead log a warning
482
when metadata cannot be decoded.
483
* #790: In MSVC monkeypatching, explicitly patch each
484
function by name in the target module instead of inferring
485
the module from the function's ``__module__``. Improves
486
compatibility with other packages that might have previously
487
patched distutils functions (i.e. NumPy).
488
* #794: In test command, add installed eggs to PYTHONPATH
489
when invoking tests so that subprocesses will also have the
490
dependencies available. Fixes `tox 330
491
<https://github.com/tox-dev/tox/issues/330>`_.
492
* #795: Update vendored pyparsing 2.1.9.
493
* #520 and #513: Suppress ValueErrors in fixup_namespace_packages
494
when lookup fails.
495
* Nicer, more consistent interfaces for msvc monkeypatching.
496
* #779 via #781: Fix circular import.
497
* #778: Fix MSVC monkeypatching.
498
* Introduce the (private) ``monkey`` module to encapsulate
499
the distutils monkeypatching behavior.
500
* Now use Warehouse by default for
501
``upload``, patching ``distutils.config.PyPIRCCommand`` to
502
affect default behavior.
503
Any config in .pypirc should be updated to replace
504
https://pypi.python.org/pypi/
505
with
506
https://upload.pypi.org/legacy/
507
Similarly, any passwords stored in the keyring should be
508
updated to use this new value for "system".
509
The ``upload_docs`` command will continue to use the python.org
510
site, but the command is now deprecated. Users are urged to use
511
Read The Docs instead.
512
* #776: Use EXT_SUFFIX for py_limited_api renaming.
513
* #774 and #775: Use LegacyVersion from packaging when
514
detecting numpy versions.
515
* Re-release of 26.1.0 with pytest pinned to allow for automated
516
deployment and thus proper packaging environment variables,
517
fixing issues with missing executable launchers.
518
519
-------------------------------------------------------------------
520
Wed Aug 31 14:56:46 UTC 2016 - jmatejek@suse.com
521
522
- fix certificate handling with certifi, add support for SUSE's
523
CA bundle (setuptools-certpath.patch, fixes boo#993968)
524
- remove shebang lines, strip executable bit from README, to silence
525
the easy rpmlint warnings
526
527
-------------------------------------------------------------------
528
Tue Aug 30 08:08:13 UTC 2016 - tbechtold@suse.com
529
530
- update to 26.1.1:
531
* Re-release of 26.1.0 with pytest pinned to allow for automated
532
deployement and thus proper packaging environment variables,
533
fixing issues with missing executable launchers.
534
* #763: ``pkg_resources.get_default_cache`` now defers to the
535
`appdirs project <https://pypi.org/project/appdirs>`_ to
536
resolve the cache directory. Adds a vendored dependency on
537
appdirs to pkg_resources.
538
* #748: By default, sdists are now produced in gzipped tarfile
539
format by default on all platforms, adding forward compatibility
540
for the same behavior in Python 3.6 (See Python #27819).
541
* #459 via #736: On Windows with script launchers,
542
sys.argv[0] now reflects
543
the name of the entry point, consistent with the behavior in
544
distlib and pip wrappers.
545
* #752 via #753: When indicating ``py_limited_api`` to Extension,
546
it must be passed as a keyword argument.
547
* Add Extension(py_limited_api=True). When set to a truthy value,
548
that extension gets a filename apropriate for code using Py_LIMITED_API.
549
When used correctly this allows a single compiled extension to work on
550
all future versions of CPython 3.
551
The py_limited_api argument only controls the filename. To be
552
compatible with multiple versions of Python 3, the C extension
553
will also need to set -DPy_LIMITED_API=... and be modified to use
554
only the functions in the limited API.
555
* #739 Fix unquoted libpaths by fixing compatibility between
556
`numpy.distutils` and `distutils._msvccompiler`
557
for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy).
558
* #731: Bump certifi.
559
* Style updates. See #740, #741, #743, #744, #742, #747.
560
* #735: include license file.
561
* #612 via #730: Add a LICENSE file which needs to be provided by the terms of
562
the MIT license.
563
* #725: revert `library_dir_option` patch (Error is related to
564
`numpy.distutils` and make errors on non Numpy users).
565
* #720
566
* #723: Improve patch for `library_dir_option`.
567
* #717
568
* #713
569
* #707: Fix Python 2 compatibility for MSVC by catching errors properly.
570
* #715: Fix unquoted libpaths by patching `library_dir_option`.
571
* #714 and #704: Revert fix as it breaks other components
572
downstream that can't handle unicode. See #709, #710,
573
and #712.
574
* #704: Fix errors when installing a zip sdist that contained
575
files named with non-ascii characters on Windows would
576
crash the install when it attempted to clean up the build.
577
* #646: MSVC compatibility - catch errors properly in
578
RegistryInfo.lookup.
579
* #702: Prevent UnboundLocalError when initial working_set
580
is empty.
581
* #686: Fix issue in sys.path ordering by pkg_resources when
582
rewrite technique is "raw".
583
* #699: Fix typo in msvc support.
584
* #609: Setuptools will now try to download a distribution from
585
the next possible download location if the first download fails.
586
This means you can now specify multiple links as ``dependency_links``
587
and all links will be tried until a working download link is encountered.
588
* #688: Fix AttributeError in setup.py when invoked not from
589
the current directory.
590
* Cleanup of setup.py script.
591
* Fixed documentation builders by allowing setup.py
592
to be imported without having bootstrapped the
593
metadata.
594
* More style cleanup. See #677, #678, #679, #681, #685.
595
* #674: Default ``sys.path`` manipulation by easy-install.pth
596
is now "raw", meaning that when writing easy-install.pth
597
during any install operation, the ``sys.path`` will not be
598
rewritten and will no longer give preference to easy_installed
599
packages.
600
To retain the old behavior when using any easy_install
601
operation (including ``setup.py install`` when setuptools is
602
present), set the environment variable:
603
SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite
604
This project hopes that that few if any environments find it
605
necessary to retain the old behavior, and intends to drop
606
support for it altogether in a future release. Please report
607
any relevant concerns in the ticket for this change.
608
* #398: Fix shebang handling on Windows in script
609
headers where spaces in ``sys.executable`` would
610
produce an improperly-formatted shebang header,
611
introduced in 12.0 with the fix for #188.
612
* #663, #670: More style updates.
613
* #516: Disable ``os.link`` to avoid hard linking
614
in ``sdist.make_distribution``, avoiding errors on
615
systems that support hard links but not on the
616
file system in which the build is occurring.
617
* #667: Update Metadata-Version to 1.2 when
618
``python_requires`` is supplied.
619
* #631: Add support for ``python_requires`` keyword.
620
* More style updates. See #660, #661, #641.
621
* #659: ``setup.py`` now will fail fast and with a helpful
622
error message when the necessary metadata is missing.
623
* More style updates. See #656, #635, #640,
624
#644, #650, #652, and #655.
625
* Updated style in much of the codebase to match
626
community expectations. See #632, #633, #634,
627
#637, #639, #638, #642, #648.
628
* If MSVC++14 is needed ``setuptools.msvc`` now redirect
629
user to Visual C++ Build Tools web page.
630
* #625 and #626: Fixes on ``setuptools.msvc`` mainly
631
for Python 2 and Linux.
632
* Pull Request #174: Add more aggressive support for
633
standalone Microsoft Visual C++ compilers in
634
msvc9compiler patch.
635
Particularly : Windows SDK 6.1 and 7.0
636
(MSVC++ 9.0), Windows SDK 7.1 (MSVC++ 10.0),
637
Visual C++ Build Tools 2015 (MSVC++14)
638
* Renamed ``setuptools.msvc9_support`` to
639
``setuptools.msvc``.
640
Re-release of v23.2.0, which was missing the intended
641
commits.
642
* #623: Remove used of deprecated 'U' flag when reading
643
manifests.
644
645
-------------------------------------------------------------------
646
Mon Jul 4 10:11:11 UTC 2016 - dev@stellardeath.org
647
648
- Update fix-sle11-test-failure.patch to new line numbers and
649
indentation
650
651
-------------------------------------------------------------------
652
Mon Jul 4 08:57:47 UTC 2016 - tbechtold@suse.com
653
654
- Use pypi.io for Source url
655
656
-------------------------------------------------------------------
657
Thu Jun 30 05:33:02 UTC 2016 - tbechtold@suse.com
658
659
- update to 23.1.0:
660
* #619: Deprecated ``tag_svn_revision`` distribution
661
option.
662
* #611: Removed ARM executables for CLI and GUI script
663
launchers on Windows. If this was a feature you cared
664
about, please comment in the ticket.
665
* #604: Removed docs building support. The project
666
now relies on documentation hosted at
667
https://setuptools.readthedocs.io/.
668
* #604: Restore repository for upload_docs command
669
to restore publishing of docs during release.
670
* #589: Upload releases to pypi.io using the upload
671
hostname and legacy path.
672
* #589: Releases are now uploaded to pypi.io (Warehouse)
673
even when releases are made on Twine via Travis.
674
* #589: Releases are now uploaded to pypi.io (Warehouse).
675
* #190: On Python 2, if unicode is passed for packages to
676
``build_py`` command, it will be handled just as with
677
text on Python 3.
678
* #598: Setuptools now lists itself first in the User-Agent
679
for web requests, better following the guidelines in
680
`RFC 7231
681
<https://tools.ietf.org/html/rfc7231#section-5.5.3>`_.
682
* Minor fixes to changelog and docs.
683
* #261: Exclude directories when resolving globs in
684
package_data.
685
* #539: In the easy_install get_site_dirs, honor all
686
paths found in ``site.getsitepackages``.
687
* #572: In build_ext, now always import ``_CONFIG_VARS``
688
from ``distutils`` rather than from ``sysconfig``
689
to allow ``distutils.sysconfig.customize_compiler``
690
configure the OS X compiler for ``-dynamiclib``.
691
* Removed ez_setup.py from Setuptools sdist. The
692
bootstrap script will be maintained in its own
693
branch and should be generally be retrieved from
694
its canonical location at
695
https://bootstrap.pypa.io/ez_setup.py.
696
* #553: egg_info section is now generated in a
697
deterministic order, matching the order generated
698
by earlier versions of Python. Except on Python 2.6,
699
order is preserved when existing settings are present.
700
* #556: Update to Packaging 16.7, restoring support
701
for deprecated ``python_implmentation`` marker.
702
* #555: Upload command now prompts for a password
703
when uploading to PyPI (or other repository) if no
704
password is present in .pypirc or in the keyring.
705
* #548: Update certify version to 2016.2.28
706
* #545: Safely handle deletion of non-zip eggs in rotate
707
command.
708
* Issue #544: Fix issue with extra environment marker
709
processing in WorkingSet due to refactor in v20.7.0.
710
* Issue #543: Re-release so that latest release doesn't
711
cause déjà vu with distribute and setuptools 0.7 in
712
older environments.
713
* Refactored extra enviroment marker processing
714
in WorkingSet.
715
* Issue #533: Fixed intermittent test failures.
716
* Issue #536: In msvc9_support, trap additional exceptions
717
that might occur when importing
718
``distutils.msvc9compiler`` in mingw environments.
719
* Issue #537: Provide better context when package
720
metadata fails to decode in UTF-8.
721
* Issue #523: Restored support for environment markers,
722
now honoring 'extra' environment markers.
723
* Issue #523: Disabled support for environment markers
724
introduced in v20.5.
725
* Issue #503: Restore support for PEP 345 environment
726
markers by updating to Packaging 16.6.
727
* New release process that relies on
728
`bumpversion <https://github.com/peritus/bumpversion>`_
729
and Travis CI for continuous deployment.
730
* Project versioning semantics now follow
731
`semver <https://semver.org>`_ precisely.
732
The 'v' prefix on version numbers now also allows
733
version numbers to be referenced in the changelog,
734
e.g. https://pythonhosted.org/setuptools/history.html#v20-6-0.
735
* BB Pull Request #185, #470: Add support for environment markers
736
in requirements in install_requires, setup_requires,
737
tests_require as well as adding a test for the existing
738
extra_requires machinery.
739
* Issue #422: Moved hosting to
740
`Github <https://github.com/pypa/setuptools>`_
741
from `Bitbucket <https://bitbucket.org/pypa/setuptools>`_.
742
Issues have been migrated, though all issues and comments
743
are attributed to bb-migration. So if you have a particular
744
issue or issues to which you've been subscribed, you will
745
want to "watch" the equivalent issue in Github.
746
The Bitbucket project will be retained for the indefinite
747
future, but Github now hosts the canonical project repository.
748
* Issue #519: Remove import hook when reloading the
749
``pkg_resources`` module.
750
* BB Pull Request #184: Update documentation in ``pkg_resources``
751
around new ``Requirement`` implementation.
752
* BB Pull Request #179: ``pkg_resources.Requirement`` objects are
753
now a subclass of ``packaging.requirements.Requirement``,
754
allowing any environment markers and url (if any) to be
755
affiliated with the requirement
756
* BB Pull Request #179: Restore use of RequirementParseError
757
exception unintentionally dropped in 20.2.
758
759
-------------------------------------------------------------------
760
Wed Mar 9 09:37:04 UTC 2016 - tbechtold@suse.com
761
762
- update to 20.2.2:
763
* Issue #502: Correct regression in parsing of multiple
764
version specifiers separated by commas and spaces.
765
* Issue #499: Restore compatiblity for legacy versions
766
by bumping to packaging 16.4.
767
* Changelog now includes release dates and links to PEPs.
768
* Pull Request #173: Replace dual PEP 345 _markerlib implementation
769
and PEP 426 implementation of environment marker support from
770
packaging 16.1 and PEP 508. Fixes Issue #122.
771
See also Pull Request #175, Pull Request #168, and
772
Pull Request #164. Additionally:
773
- ``Requirement.parse`` no longer retains the order of extras.
774
- ``parse_requirements`` now requires that all versions be
775
PEP-440 compliant, as revealed in #499. Packages released
776
with invalid local versions should be re-released using
777
the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``.
778
* Update ``upload_docs`` command to also honor keyring
779
for password resolution.
780
* Added support for using passwords from keyring in the upload
781
command.
782
* Issue #118: Once again omit the package metadata (egg-info)
783
from the list of outputs in ``--record``. This version of setuptools
784
can no longer be used to upgrade pip earlier than 6.0.
785
* `Off-project PR <https://github.com/jaraco/setuptools/pull/32>`_:
786
For FreeBSD, also honor root certificates from ca_root_nss.
787
788
-------------------------------------------------------------------
789
Mon Feb 1 10:57:28 UTC 2016 - toddrme2178@gmail.com
790
791
- update to version 19.6.2:
792
* Issue #491: Correct regression incurred in 19.4 where a
793
double-namespace package installed using pip would cause a
794
TypeError.
795
- update to version 19.6.1:
796
* Restore compatibility for PyPy 3 compatibility lost in 19.4.1
797
addressing Issue #487.
798
* "setuptools.launch" shim now loads scripts in a new namespace,
799
avoiding getting relative imports from the setuptools package on
800
Python 2.
801
- update to version 19.6:
802
* Added a new entry script "setuptools.launch", implementing the
803
shim found in "pip.util.setuptools_build". Use this command to
804
launch distutils-only packages under setuptools in the same way
805
that pip does, causing the setuptools monkeypatching of distutils
806
to be invoked prior to invoking a script. Useful for debugging or
807
otherwise installing a distutils-only package under setuptools
808
when pip isn't available or otherwise does not expose the desired
809
functionality. For example::
810
811
$ python -m setuptools.launch setup.py develop
812
* Issue #488: Fix dual manifestation of Extension class in extension
813
packages installed as dependencies when Cython is present.
814
- update to version 19.5:
815
* Issue #486: Correct TypeError when getfilesystemencoding
816
returns None.
817
* Issue #139: Clarified the license as MIT.
818
* Pull Request #169: Removed special handling of command
819
spec in scripts for Jython.
820
- changes from version 19.4.1:
821
* Issue #487: Use direct invocation of "importlib.machinery" in
822
"pkg_resources" to avoid missing detection on relevant platforms.
823
- update to version 19.4:
824
* Issue #341: Correct error in path handling of package data files
825
in "build_py" command when package is empty.
826
* Distribute #323, Issue #141, Issue #207, and Pull Request #167:
827
Another implementation of "pkg_resources.WorkingSet" and
828
"pkg_resources.Distribution" that supports replacing an extant
829
package with a new one, allowing for setup_requires dependencies
830
to supersede installed packages for the session.
831
- update to version 19.3:
832
* Issue #229: Implement new technique for readily incorporating
833
dependencies conditionally from vendored copies or primary
834
locations. Adds a new dependency on six.
835
- update to version 19.2:
836
* Pull Request #163: Add get_command_list method to Distribution.
837
* Pull Request #162: Add missing whitespace to multiline string
838
literals.
839
- update to version 19.1.1:
840
* Issue #476: Cast version to string (using default encoding) to
841
avoid creating Unicode types on Python 2 clients.
842
* Issue #477: In Powershell downloader, use explicit rendering of
843
strings, rather than rely on "repr", which can be incorrect
844
(especially on Python 2).
845
- changes from version 19.1:
846
* Issue #215: The bootstrap script "ez_setup.py" now automatically
847
detects the latest version of setuptools (using PyPI JSON API)
848
rather than hard-coding a particular value.
849
* Issue #475: Fix incorrect usage in _translate_metadata2.
850
- changes from version 19.0:
851
* Issue #442: Use RawConfigParser for parsing .pypirc file.
852
Interpolated values are no longer honored in .pypirc files.
853
- update to version 18.8.1:
854
* Issue #440: Prevent infinite recursion when a SandboxViolation or
855
other UnpickleableException occurs in a sandbox context with
856
setuptools hidden. Fixes regression introduced in Setuptools 12.0.
857
- changes from version 18.8:
858
* Deprecated ``egg_info.get_pkg_info_revision``.
859
* Issue #471: Don't rely on repr for an HTML attribute value in
860
package_index.
861
* Issue #419: Avoid errors in FileMetadata when the metadata directory
862
is broken.
863
* Issue #472: Remove deprecated use of 'U' in mode parameter
864
when opening files.
865
- update to version 18.7.1:
866
* Issue #469: Refactored logic for Issue #419 fix to re-use metadata
867
loading from Provider.
868
- update to version 18.7:
869
* Update dependency on certify.
870
* Pull Request #160: Improve detection of gui script in
871
"easy_install._adjust_header".
872
* Made "test.test_args" a non-data property; alternate fix
873
for the issue reported in Pull Request #155.
874
* Issue #453: In "ez_setup" bootstrap module, unload all
875
"pkg_resources" modules following download.
876
* Pull Request #158: Honor `PEP-488
877
<https://www.python.org/dev/peps/pep-0488/>`_ when excluding
878
files for namespace packages.
879
* Issue #419 and Pull Request #144: Add experimental support for
880
reading the version info from distutils-installed metadata rather
881
than using the version in the filename.
882
- update to version 18.6.1:
883
* Issue #464: Correct regression in invocation of superclass on
884
old-style class on Python 2.
885
- changes from version 18.6:
886
* Issue #439: When installing entry_point scripts under development,
887
omit the version number of the package, allowing any version of
888
the package to be used.
889
- update to version 18.5:
890
* In preparation for dropping support for Python 3.2, a warning is now
891
logged when pkg_resources is imported on Python 3.2 or earlier
892
Python 3 versions.
893
* `Add support for python_platform_implementation environment marker
894
<https://github.com/jaraco/setuptools/pull/28>`_.
895
* `Fix dictionary mutation during iteration
896
<https://github.com/jaraco/setuptools/pull/29>`_.
897
898
-------------------------------------------------------------------
899
Thu Oct 22 13:50:42 UTC 2015 - toddrme2178@gmail.com
900
901
- Update to 18.4
902
* Test command now always invokes unittest,
903
even if no test suite is supplied.
904
905
-------------------------------------------------------------------
906
Tue Oct 6 13:37:41 UTC 2015 - hpj@urpla.net
907
908
- update to 18.3.2:
909
* Correct another regression in setuptools.findall
910
where the fix for Python #12885 was lost.
911
912
- update to 18.3.1:
913
* Issue #425: Correct regression in setuptools.findall.
914
915
- update to 18.3:
916
* Setuptools now allows disabling of the manipulation of the sys.path
917
during the processing of the easy-install.pth file. To do so, set
918
the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
919
anything but "rewrite" (consider "raw"). During any install operation
920
with manipulation disabled, setuptools packages will be appended to
921
sys.path naturally.
922
923
Future versions may change the default behavior to disable
924
manipulation. If so, the default behavior can be retained by setting
925
the variable to "rewrite".
926
927
* Issue #257: ``easy_install --version`` now shows more detail
928
about the installation location and Python version.
929
930
* Refactor setuptools.findall in preparation for re-submission
931
back to distutils.
932
933
-------------------------------------------------------------------
934
Thu Aug 20 13:44:18 UTC 2015 - tbechtold@suse.com
935
936
- update to 18.2:
937
* Issue #412: More efficient directory search in ``find_packages``.
938
939
-------------------------------------------------------------------
940
Tue Aug 11 07:02:31 UTC 2015 - tbechtold@suse.com
941
942
- update to 18.1:
943
* Upgrade to vendored packaging 15.3.
944
945
-------------------------------------------------------------------
946
Mon Jul 20 19:39:31 UTC 2015 - dmueller@suse.com
947
948
- update to 18.0.1:
949
* Issue #401: Fix failure in test suite.
950
* Dropped support for builds with Pyrex. Only Cython is supported.
951
* Issue #288: Detect Cython later in the build process, after
952
``setup_requires`` dependencies are resolved.
953
* Issue #396: Fixed test failure on OS X.
954
* Pull Request #136: Remove excessive quoting from shebang headers
955
for Jython.
956
957
-------------------------------------------------------------------
958
Mon Jun 22 15:26:18 UTC 2015 - tbechtold@suse.com
959
960
- update to 17.1.1:
961
* Backed out unintended changes to pkg_resources, restoring removal of
962
deprecated imp module
963
964
-------------------------------------------------------------------
965
Mon Jun 8 16:43:29 UTC 2015 - tbechtold@suse.com
966
967
- update to 17.1:
968
* Issue #380: Add support for range operators on environment
969
marker evaluation.
970
* Issue #378: Do not use internal importlib._bootstrap module.
971
* Issue #390: Disallow console scripts with path separators in
972
the name. Removes unintended functionality and brings behavior
973
into parity with pip.
974
* Pull Request #130: Better error messages for errors in
975
parsed requirements.
976
* Pull Request #133: Removed ``setuptools.tests`` from the
977
installed packages.
978
* Issue #373: Provisionally expose
979
``pkg_resources._initialize_master_working_set``, allowing for
980
imperative re-initialization of the master working set.
981
982
983
-------------------------------------------------------------------
984
Mon Apr 27 07:04:26 UTC 2015 - mcihar@suse.cz
985
986
- Disable testsuite as this causes build cycle
987
988
-------------------------------------------------------------------
989
Wed Apr 22 09:45:17 UTC 2015 - tbechtold@suse.com
990
991
- update to 15.1:
992
* Updated Packaging to 15.1 to address Packaging #28.
993
* Fix ``setuptools.sandbox._execfile()`` with Python 3.1.
994
- Remove fix-type-error.patch . Applied upstream
995
996
-------------------------------------------------------------------
997
Sat Apr 11 08:24:29 UTC 2015 - hpj@urpla.net
998
999
- openSUSE versions up to 12.2 are affected as well from:
1000
AssertionError: error: must supply either home or prefix/exec-prefix -- not both
1001
raise version check of applying fix-sle11-test-failure.patch accordingly
1002
1003
-------------------------------------------------------------------
1004
Fri Mar 27 14:30:44 UTC 2015 - tbechtold@suse.com
1005
1006
- update to 15.0:
1007
* Pull Request #126: DistributionNotFound message now lists the package or
1008
packages that required it. E.g.::
1009
pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution
1010
was not found and is required by smlib.log.
1011
Note that zc.buildout once dependended on the string rendering of this
1012
message to determine the package that was not found. This expectation
1013
has since been changed, but older versions of buildout may experience
1014
problems. See Buildout #242 for details.
1015
* Issue #307: Removed PEP-440 warning during parsing of versions
1016
in ``pkg_resources.Distribution``.
1017
* Issue #364: Replace deprecated usage with recommended usage of
1018
``EntryPoint.load``.
1019
* Issue #254: When creating temporary egg cache on Unix, use mode 755
1020
for creating the directory to avoid the subsequent warning if
1021
the directory is group writable.
1022
* Issue #137: Update ``Distribution.hashcmp`` so that Distributions with
1023
None for pyversion or platform can be compared against Distributions
1024
defining those attributes.
1025
* Issue #360: Removed undesirable behavior from test runs, preventing
1026
write tests and installation to system site packages.
1027
* Pull Request #125: Add ``__ne__`` to Requirement class.
1028
* Various refactoring of easy_install.
1029
* Bootstrap script now accepts ``--to-dir`` to customize save directory or
1030
allow for re-use of existing repository of setuptools versions. See
1031
Pull Request #112 for background.
1032
* Issue #285: ``easy_install`` no longer will default to installing
1033
packages to the "user site packages" directory if it is itself installed
1034
there. Instead, the user must pass ``--user`` in all cases to install
1035
packages to the user site packages.
1036
This behavior now matches that of "pip install". To configure
1037
an environment to always install to the user site packages, consider
1038
using the "install-dir" and "scripts-dir" parameters to easy_install
1039
through an appropriate distutils config file.
1040
* Issue #359: Include pytest.ini in the sdist so invocation of py.test on the
1041
sdist honors the pytest configuration.
1042
Re-release of 13.0. Intermittent connectivity issues caused the release
1043
process to fail and PyPI uploads no longer accept files for 13.0.
1044
* Issue #356: Back out Pull Request #119 as it requires Setuptools 10 or later
1045
as the source during an upgrade.
1046
* Removed build_py class from setup.py. According to 892f439d216e, this
1047
functionality was added to support upgrades from old Distribute versions,
1048
0.6.5 and 0.6.6.
1049
* Pull Request #119: Restore writing of ``setup_requires`` to metadata
1050
(previously added in 8.4 and removed in 9.0).
1051
* Documentation is now linked using the rst.linker package.
1052
* Fix ``setuptools.command.easy_install.extract_wininst_cfg()``
1053
with Python 2.6 and 2.7.
1054
* Issue #354. Added documentation on building setuptools
1055
documentation.
1056
* Issue #345: Unload all modules under pkg_resources during
1057
``ez_setup.use_setuptools()``.
1058
* Issue #336: Removed deprecation from ``ez_setup.use_setuptools``,
1059
as it is clearly still used by buildout's bootstrap. ``ez_setup``
1060
remains deprecated for use by individual packages.
1061
* Simplified implementation of ``ez_setup.use_setuptools``.
1062
* Pull Request #118: Soften warning for non-normalized versions in
1063
Distribution.
1064
* Issue #339: Correct Attribute reference in ``cant_write_to_target``.
1065
* Issue #336: Deprecated ``ez_setup.use_setuptools``.
1066
* Issue #335: Fix script header generation on Windows.
1067
* Fixed incorrect class attribute in ``install_scripts``. Tests would be nice.
1068
* Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting
1069
the header.
1070
* Restore ``setuptools.command.easy_install.sys_executable`` for pbr
1071
compatibility. For the future, tools should construct a CommandSpec
1072
explicitly.
1073
* Issue #188: Setuptools now support multiple entities in the value for
1074
``build.executable``, such that an executable of "/usr/bin/env my-python" may
1075
be specified. This means that systems with a specified executable whose name
1076
has spaces in the path must be updated to escape or quote that value.
1077
* Deprecated ``easy_install.ScriptWriter.get_writer``, replaced by ``.best()``
1078
with slightly different semantics (no force_windows flag).
1079
* Issue #327: Formalize and restore support for any printable character in an
1080
entry point name.
1081
* Expose ``EntryPoint.resolve`` in place of EntryPoint._load, implementing the
1082
simple, non-requiring load. Deprecated all uses of ``EntryPoint._load``
1083
except for calling with no parameters, which is just a shortcut for
1084
``ep.require(); ep.resolve();``.
1085
Apps currently invoking ``ep.load(require=False)`` should instead do the
1086
following if wanting to avoid the deprecating warning::
1087
getattr(ep, "resolve", lambda: ep.load(require=False))()
1088
* Pip #2326: Report deprecation warning at stacklevel 2 for easier diagnosis.
1089
* Issue #281: Since Setuptools 6.1 (Issue #268), a ValueError would be raised
1090
in certain cases where VersionConflict was raised with two arguments, which
1091
occurred in ``pkg_resources.WorkingSet.find``. This release adds support
1092
for indicating the dependent packages while maintaining support for
1093
a VersionConflict when no dependent package context is known. New unit tests
1094
now capture the expected interface.
1095
* Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does
1096
not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1.
1097
* Issue #323: Fix regression in entry point name parsing.
1098
* Deprecated use of EntryPoint.load(require=False). Passing a boolean to a
1099
function to select behavior is an anti-pattern. Instead use
1100
``Entrypoint._load()``.
1101
* Substantial refactoring of all unit tests. Tests are now much leaner and
1102
re-use a lot of fixtures and contexts for better clarity of purpose.
1103
* Issue #320: Added a compatibility implementation of
1104
``sdist._default_revctrl``
1105
so that systems relying on that interface do not fail (namely, Ubuntu 12.04
1106
and similar Debian releases).
1107
* Issue #319: Fixed issue installing pure distutils packages.
1108
* Issue #313: Removed built-in support for subversion. Projects wishing to
1109
retain support for subversion will need to use a third party library. The
1110
extant implementation is being ported to `setuptools_svn
1111
<https://pypi.python.org/pypi/setuptools_svn>`_.
1112
* Issue #315: Updated setuptools to hide its own loaded modules during
1113
installation of another package. This change will enable setuptools to
1114
upgrade (or downgrade) itself even when its own metadata and implementation
1115
change.
1116
* Prefer vendored packaging library `as recommended
1117
<https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f57
1118
44af67#commitcomment-9109448>`_.
1119
* Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist.
1120
* Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue
1121
where Setuptools was unable to upgrade over earlier versions.
1122
* Pull Request #106: Now write ``setup_requires`` metadata.
1123
* Issue #311: Decoupled pkg_resources from setuptools once again.
1124
``pkg_resources`` is now a package instead of a module.
1125
* Issue #306: Suppress warnings about Version format except in select scenarios
1126
(such as installation).
1127
* Pull Request #85: Search egg-base when adding egg-info to manifest.
1128
* Upgrade ``packaging`` to 14.5, giving preference to "rc" as designator for
1129
release candidates over "c".
1130
* PEP-440 warnings are now raised as their own class,
1131
``pkg_resources.PEP440Warning``, instead of RuntimeWarning.
1132
* Disabled warnings on empty versions.
1133
* Upgrade ``packaging`` to 14.4, fixing an error where there is a
1134
different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even
1135
though normalization rules should have made them equal.
1136
* Issue #296: Add warning when a version is parsed as legacy. This warning will
1137
make it easier for developers to recognize deprecated version numbers.
1138
* Issue #296: Restored support for ``__hash__`` on parse_version results.
1139
* Issue #296: Restored support for ``__getitem__`` and sort operations on
1140
parse_version result.
1141
* Issue #296: Restore support for iteration over parse_version result, but
1142
deprecated that usage with a warning. Fixes failure with buildout.
1143
* Implement `PEP 440 <http://legacy.python.org/dev/peps/pep-0440/>`_ within
1144
pkg_resources and setuptools. This change
1145
deprecates some version numbers such that they will no longer be installable
1146
without using the ``===`` escape hatch. See `the changes to test_resources
1147
<https://bitbucket.org/pypa/setuptools/commits/dcd552da643c4448056de84c73d56da6
1148
d70769d5#chg-setuptools/tests/test_resources.py>`_
1149
for specific examples of version numbers and specifiers that are no longer
1150
supported. Setuptools now "vendors" the `packaging
1151
<https://github.com/pypa/packaging>`_ library.
1152
* Issue #80, Issue #209: Eggs that are downloaded for ``setup_requires``,
1153
``test_requires``, etc. are now placed in a ``./.eggs`` directory instead of
1154
directly in the current directory. This choice of location means the files
1155
can be readily managed (removed, ignored). Additionally,
1156
later phases or invocations of setuptools will not detect the package as
1157
already installed and ignore it for permanent install (See #209).
1158
This change is indicated as backward-incompatible as installations that
1159
depend on the installation in the current directory will need to account for
1160
the new location. Systems that ignore ``*.egg`` will probably need to be
1161
adapted to ignore ``.eggs``. The files will need to be manually moved or
1162
will be retrieved again. Most use cases will require no attention.
1163
* Issue #268: When resolving package versions, a VersionConflict now reports
1164
which package previously required the conflicting version.
1165
* Issue #262: Fixed regression in pip install due to egg-info directories
1166
being omitted. Re-opens Issue #118.
1167
* Issue #259: Fixed regression with namespace package handling on ``single
1168
version, externally managed`` installs.
1169
* Issue #100: When building a distribution, Setuptools will no longer match
1170
default files using platform-dependent case sensitivity, but rather will
1171
only match the files if their case matches exactly. As a result, on Windows
1172
and other case-insensitive file systems, files with names such as
1173
'readme.txt' or 'README.TXT' will be omitted from the distribution and a
1174
warning will be issued indicating that 'README.txt' was not found. Other
1175
filenames affected are:
1176
- README.rst
1177
- README
1178
- setup.cfg
1179
- setup.py (or the script name)
1180
- test/test*.py
1181
Any users producing distributions with filenames that match those above
1182
case-insensitively, but not case-sensitively, should rename those files in
1183
their repository for better portability.
1184
* Pull Request #72: When using ``single_version_externally_managed``, the
1185
exclusion list now includes Python 3.2 ``__pycache__`` entries.
1186
* Pull Request #76 and Pull Request #78: lines in top_level.txt are now
1187
ordered deterministically.
1188
* Issue #118: The egg-info directory is now no longer included in the list
1189
of outputs.
1190
* Issue #258: Setuptools now patches distutils msvc9compiler to
1191
recognize the specially-packaged compiler package for easy extension module
1192
support on Python 2.6, 2.7, and 3.2.
1193
* Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs.
1194
Python 3, supporting environments where builtins have been patched to make
1195
Python 3 look more like Python 2.
1196
* Issue #240: Based on real-world performance measures against 5.4, zip
1197
manifests are now cached in all circumstances. The
1198
``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` environment variable is no longer
1199
relevant. The observed "memory increase" referenced in the 5.4 release
1200
notes and detailed in Issue #154 was likely not an increase over the status
1201
quo, but rather only an increase over not storing the zip info at all.
1202
* Issue #242: Use absolute imports in svn_utils to avoid issues if the
1203
installing package adds an xml module to the path.
1204
* Issue #239: Fix typo in 5.5 such that fix did not take.
1205
* Issue #239: Setuptools now includes the setup_requires directive on
1206
Distribution objects and validates the syntax just like install_requires
1207
and tests_require directives.
1208
* Issue #236: Corrected regression in execfile implementation for Python 2.6.
1209
- Enable testsuite run during build. Added BuildRequires needed for that
1210
- Refresh setuptools-5.4.1-create-sitedir.patch
1211
- Add fix-type-error.patch: Fix error during test run
1212
- Add fix-sle11-test-failure.patch: Fix error during test run on SLE11SP3
1213
1214
-------------------------------------------------------------------
1215
Wed Jul 23 08:54:56 UTC 2014 - sleep_walker@suse.cz
1216
1217
- bump to 5.4.1
1218
Changes between 5.4.1 and 3.6
1219
* Python #7776: (ssl_support) Correct usage of host for validation when
1220
tunneling for HTTPS.
1221
* Issue #154: pkg_resources will now cache the zip manifests rather than
1222
re-processing the same file from disk multiple times, but only if the
1223
environment variable PKG_RESOURCES_CACHE_ZIP_MANIFESTS is set. Clients
1224
that package many modules in the same zip file will see some improvement
1225
in startup time by enabling this feature. This feature is not enabled by
1226
default because it causes a substantial increase in memory usage.
1227
* Issue #185: Make svn tagging work on the new style SVN metadata. Thanks
1228
cazabon!
1229
* Prune revision control directories (e.g .svn) from base path as well as
1230
sub-directories.
1231
* Added a Developer Guide to the official documentation.
1232
* Some code refactoring and cleanup was done with no intended behavioral
1233
changes.
1234
* During install_egg_info, the generated lines for namespace package .pth
1235
files are now processed even during a dry run.
1236
* Issue #202: Implemented more robust cache invalidation for the
1237
ZipImporter, building on the work in Issue #168. Special thanks to Jurko
1238
Gospodnetic and PJE.
1239
* Issue #220: Restored script templates.
1240
* Renamed script templates to end with .tmpl now that they no longer need to
1241
be processed by 2to3. Fixes spurious syntax errors during build/install.
1242
* Issue #218: Re-release of 3.8.1 to signal that it supersedes 4.x.
1243
* Incidentally, script templates were updated not to include the
1244
triple-quote escaping.
1245
* Issue #213: Use legacy StringIO behavior for compatibility under pbr.
1246
* Issue #218: Setuptools 3.8.1 superseded 4.0.1, and 4.x was removed from
1247
the available versions to install.
1248
* Issue #210: setup.py develop now copies scripts in binary mode rather than
1249
text mode, matching the behavior of the install command.
1250
* Extend Issue #197 workaround to include all Python 3 versions prior to
1251
* Issue #193: Improved handling of Unicode filenames when building
1252
manifests.
1253
1254
- drop not applying patch setuptools-0.6c9-create-sitedir.patch
1255
- introduce applying patch with the same effect setuptools-5.4.1-create-sitedir.patch
1256
1257
-------------------------------------------------------------------
1258
Thu May 8 11:25:32 UTC 2014 - toddrme2178@gmail.com
1259
1260
- Update to version 3.6
1261
* Issue #203: Honor proxy settings for Powershell downloader in the bootstrap
1262
routine.
1263
- Update to version 3.5.2
1264
* Issue #168: More robust handling of replaced zip files and stale caches.
1265
Fixes ZipImportError complaining about a 'bad local header'.
1266
- Update to version 3.5.1
1267
* Issue #199: Restored ``install._install`` for compatibility with earlier
1268
NumPy versions.
1269
- Update to version 3.5
1270
* Issue #195: Follow symbolic links in find_packages (restoring behavior
1271
broken in 3.4).
1272
* Issue #197: On Python 3.1, PKG-INFO is now saved in a UTF-8 encoding instead
1273
of ``sys.getpreferredencoding`` to match the behavior on Python 2.6-3.4.
1274
* Issue #192: Preferred bootstrap location is now
1275
https://bootstrap.pypa.io/ez_setup.py (mirrored from former location).
1276
1277
-------------------------------------------------------------------
1278
Thu Apr 17 11:57:05 UTC 2014 - toddrme2178@gmail.com
1279
1280
- Update to version 3.4.4
1281
* Issue #184: Correct failure where find_package over-matched
1282
packages when directory traversal isn't short-circuited.
1283
- Update to version 3.4.3
1284
* Issue #183: Really fix test command with Python 3.1.
1285
- Update to version 3.4.2
1286
* Issue #183: Fix additional regression in test command on
1287
Python 3.1.
1288
- Update to version 3.4.1
1289
* Issue #180: Fix regression in test command not caught
1290
by py.test-run tests.
1291
- Update to version 3.4
1292
* Issue #176: Add parameter to the test command to support a
1293
custom test runner: --test-runner or -r.
1294
* Issue #177: Now assume most common invocation to install
1295
command on platforms/environments without stack support
1296
(issuing a warning). Setuptools now installs naturally on
1297
IronPython. Behavior on CPython should be unchanged.
1298
- Remove %check, which now depends on pytest and thus introduces
1299
a dependency loop (setuptools->pytest->py->setuptools)
1300
1301
-------------------------------------------------------------------
1302
Thu Mar 20 14:25:10 UTC 2014 - speilicke@suse.com
1303
1304
- Update to version 3.3:
1305
* Add ``include`` parameter to ``setuptools.find_packages()``.
1306
- Changes from version 3.2:
1307
* Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
1308
* Issue #162: Update dependency on certifi to 1.0.1.
1309
* Issue #164: Update dependency on wincertstore to 0.2.
1310
1311
-------------------------------------------------------------------
1312
Fri Jan 31 14:25:55 UTC 2014 - speilicke@suse.com
1313
1314
- Update to version 2.1:
1315
* Issue #129: Suppress inspection of '*.whl' files when searching for files
1316
in a zip-imported file.
1317
* Issue #131: Fix RuntimeError when constructing an egg fetcher.
1318
- Changes from version 2.0.2:
1319
* Fix NameError during installation with Python implementations (e.g. Jython)
1320
not containing parser module.
1321
* Fix NameError in sdist:re_finder.
1322
- Changes from version 2.0.1:
1323
* Issue #124: Fixed error in list detection in upload_docs.
1324
- Changes from version 2.0:
1325
* Issue #121: Exempt lib2to3 pickled grammars from DirectorySandbox.
1326
* Issue #41: Dropped support for Python 2.4 and Python 2.5. Clients requiring
1327
setuptools for those versions of Python should use setuptools 1.x.
1328
* Removed setuptools.command.easy_install.HAS_USER_SITE. Clients
1329
expecting this boolean variable should use site.ENABLE_USER_SITE
1330
instead.
1331
* Removed pkg_resources.ImpWrapper. Clients that expected this class
1332
should use pkgutil.ImpImporter instead.
1333
- Changes from version 1.4.2:
1334
* Issue #116: Correct TypeError when reading a local package index on Python
1335
3.
1336
- Changes from version 1.4.1:
1337
* Issue #114: Use sys.getfilesystemencoding for decoding config in
1338
bdist_wininst distributions.
1339
* Issue #105 and Issue #113: Establish a more robust technique for
1340
determining the terminal encoding
1341
- Changes from version 1.4:
1342
* Issue #27: easy_install will now use credentials from .pypirc if
1343
present for connecting to the package index.
1344
* Pull Request #21: Omit unwanted newlines in package_index._encode_auth
1345
when the username/password pair length indicates wrapping.
1346
- Changes from version 1.3.2:
1347
* Issue #99: Fix filename encoding issues in SVN support.
1348
- Changes from version 1.3.1:
1349
* Remove exuberant warning in SVN support when SVN is not used.
1350
- Changes from version 1.3:
1351
* Address security vulnerability in SSL match_hostname check as reported in
1352
Python #17997.
1353
* Prefer backports.ssl_match_hostname
1354
<https://pypi.python.org/pypi/backports.ssl_match_hostname>_ for backport
1355
implementation if present.
1356
* Correct NameError in ssl_support module (socket.error).
1357
- Changes from version 1.2:
1358
* Issue #26: Add support for SVN 1.7. Special thanks to Philip Thiem for the
1359
contribution.
1360
* Issue #93: Wheels are now distributed with every release. Note that as
1361
reported in Issue #108, as of Pip 1.4, scripts aren't installed properly
1362
from wheels. Therefore, if using Pip to install setuptools from a wheel,
1363
the easy_install command will not be available.
1364
* Setuptools "natural" launcher support, introduced in 1.0, is now officially
1365
supported.
1366
- Changes from version 1.1.7:
1367
* Fixed behavior of NameError handling in 'script template (dev).py' (script
1368
launcher for 'develop' installs).
1369
* ez_setup.py now ensures partial downloads are cleaned up following
1370
a failed download.
1371
* Distribute #363 and Issue #55: Skip an sdist test that fails on locales
1372
other than UTF-8.
1373
- New dependency on python-xml
1374
- Fix update-alternatives usage
1375
1376
-------------------------------------------------------------------
1377
Fri Nov 8 13:29:36 UTC 2013 - aj@ajaissle.de
1378
1379
- New upstream version
1380
* Fixed behavior of NameError handling in 'script template (dev).py' (script launcher for 'develop' installs).
1381
* ez_setup.py now ensures partial downloads are cleaned up following a failed download.
1382
* Distribute #363 and Issue #55: Skip an sdist test that fails on locales other than UTF-8.
1383
1384
-------------------------------------------------------------------
1385
Fri Oct 11 08:40:08 UTC 2013 - speilicke@suse.com
1386
1387
- Update to version 1.1.6:
1388
+ Distribute #349: sandbox.execfile now opens the target file in binary
1389
mode, thus honoring a BOM in the file when compiled.
1390
- Changes from version 1.1.5:
1391
+ Issue #69: Second attempt at fix (logic was reversed).
1392
- Changes from version 1.1.4:
1393
+ Issue #77: Fix error in upload command (Python 2.4).
1394
- Changes from version 1.1.3:
1395
+ Fix NameError in previous patch.
1396
- Changes from version 1.1.2:
1397
+ Issue #69: Correct issue where 404 errors are returned for URLs with
1398
fragments in them (such as #egg=).
1399
- Changes from version 1.1.1:
1400
+ Issue #75: Add --insecure option to ez_setup.py to accommodate
1401
environments where a trusted SSL connection cannot be validated.
1402
+ Issue #76: Fix AttributeError in upload command with Python 2.4.
1403
- Changes from version 1.1:
1404
+ Issue #71 (Distribute #333): EasyInstall now puts less emphasis on the
1405
condition when a host is blocked via --allow-hosts.
1406
+ Issue #72: Restored Python 2.4 compatibility in ez_setup.py.
1407
- Changes from version 1.0:
1408
+ Issue #60: On Windows, Setuptools supports deferring to another launcher,
1409
such as Vinay Sajip's pylauncher <https://bitbucket.org/pypa/pylauncher>_
1410
(included with Python 3.3) to launch console and GUI scripts and not install
1411
its own launcher executables. This experimental functionality is currently
1412
only enabled if the SETUPTOOLS_LAUNCHER environment variable is set to
1413
"natural". In the future, this behavior may become default, but only after
1414
it has matured and seen substantial adoption. The SETUPTOOLS_LAUNCHER
1415
also accepts "executable" to force the default behavior of creating launcher
1416
executables.
1417
+ Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or
1418
wget for retrieving the Setuptools tarball for improved security of the
1419
install. The script will still fall back to a simple urlopen on
1420
platforms that do not have these tools.
1421
+ Issue #65: Deprecated the Features functionality.
1422
+ Issue #52: In VerifyingHTTPSConn, handle a tunnelled (proxied)
1423
connection.
1424
+ Backward-Incompatible Changes:
1425
This release includes a couple of backward-incompatible changes, but most if
1426
not all users will find 1.0 a drop-in replacement for 0.9.
1427
- Issue #50: Normalized API of environment marker support. Specifically,
1428
removed line number and filename from SyntaxErrors when returned from
1429
pkg_resources.invalid_marker. Any clients depending on the specific
1430
string representation of exceptions returned by that function may need to
1431
be updated to account for this change.
1432
- Issue #50: SyntaxErrors generated by pkg_resources.invalid_marker are
1433
normalized for cross-implementation consistency.
1434
- Removed --ignore-conflicts-at-my-risk and --delete-conflicting
1435
options to easy_install. These options have been deprecated since 0.6a11.
1436
- Unify changes format
1437
1438
-------------------------------------------------------------------
1439
Sun Aug 18 13:12:32 UTC 2013 - toddrme2178@gmail.com
1440
1441
- Re-add Requires: python. Not needed for recent releases, but a
1442
lot of SLE packages fail without it.
1443
1444
-------------------------------------------------------------------
1445
Mon Jul 29 14:57:27 UTC 2013 - speilicke@suse.com
1446
1447
- Update to version 0.9.8:
1448
+ Issue #53: Fix NameErrors in _vcs_split_rev_from_url.
1449
- Changes from version 0.9.7:
1450
+ Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
1451
not have a .name attribute.
1452
+ Issue #34: Documentation now refers to bootstrap script in code repository
1453
referenced by bookmark.
1454
+ Add underscore-separated keys to environment markers (markerlib).
1455
- Changes from version 0.9.6:
1456
+ Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a .name
1457
attribute.
1458
- Changes from version 0.9.5:
1459
+ Python #17980: Fix security vulnerability in SSL certificate validation.
1460
- Changes from version 0.9.4:
1461
+ Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
1462
upgrading over other releases of Setuptools.
1463
- Changes from version 0.9.3:
1464
+ Issue #42: Fix new AttributeError introduced in last fix.
1465
- Changes from version 0.9.2:
1466
+ Issue #42: Fix regression where blank checksums would trigger an
1467
AttributeError.
1468
- Changes from version 0.9.1:
1469
+ Distribute #386: Allow other positional and keyword arguments to os.open.
1470
+ Corrected dependency on certifi mis-referenced in 0.9.
1471
- Changes from version 0.9:
1472
+ package_index now validates hashes other than MD5 in download links.
1473
- Changes from version 0.8:
1474
+ Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
1475
conversion.
1476
1477
-------------------------------------------------------------------
1478
Thu Jul 18 10:11:58 UTC 2013 - speilicke@suse.com
1479
1480
- Use update-alternatives to be parallel-installable with python3-setuptools
1481
1482
-------------------------------------------------------------------
1483
Tue Jun 25 08:57:08 UTC 2013 - speilicke@suse.com
1484
1485
- Update to version 0.7.4:
1486
+ Issue #20: Fix comparison of parsed SVN version on Python 3.
1487
- Changes from version 0.7.3:
1488
+ Issue #1: Disable installation of Windows-specific files on non-Windows systems.
1489
+ Use new sysconfig module with Python 2.7 or >=3.2.
1490
- Changes from version 0.7.2:
1491
+ Issue #14: Use markerlib when the parser module is not available.
1492
+ Issue #10: ez_setup.py now uses HTTPS to download setuptools from PyPI.
1493
- Changes from version 0.7.1:
1494
+ Fix NameError (Issue #3) again - broken in bad merge.
1495
- Changes from version 0.7:
1496
+ Merged Setuptools and Distribute. See docs/merge.txt for details.
1497
+ Index URL now defaults to HTTPS.
1498
+ Added experimental environment marker support. Now clients may designate a
1499
PEP-426 environment marker for "extra" dependencies. Setuptools uses this
1500
feature in setup.py for optional SSL and certificate validation support
1501
on older platforms. Based on Distutils-SIG discussions, the syntax is
1502
somewhat tentative. There should probably be a PEP with a firmer spec before
1503
the feature should be considered suitable for use.
1504
+ Added support for SSL certificate validation when installing packages from
1505
an HTTPS service.
1506
- Use upstream URL, SDPX style licenses
1507
- Provide/obsolete python-distribute, which merged into setuptools-0.7.x
1508
1509
-------------------------------------------------------------------
1510
Sat Dec 11 21:16:05 UTC 2010 - saschpe@gmx.de
1511
1512
- re-generated spec file with py2pack based on old spec file:
1513
+ now builds on Fedora and Mandriva
1514
1515
-------------------------------------------------------------------
1516
Wed Sep 1 16:29:11 UTC 2010 - jmatejek@novell.com
1517
1518
- update to dev snapshot 0.6c12 - RPM version is set
1519
to 0.6c11.99.r84273 so that version 0.6c12 will be an upgrade when
1520
it comes
1521
- this should fix "AttributeError: 'NoneType' object has no attribute 'clone'"
1522
errors with python 2.7
1523
1524
-------------------------------------------------------------------
1525
Tue Jan 12 10:50:45 UTC 2010 - alexandre@exatati.com.br
1526
1527
- Removed obsolete python-setuptools-distutils-log.diff from sources.
1528
1529
-------------------------------------------------------------------
1530
Tue Nov 10 00:30:36 UTC 2009 - alexandre@exatati.com.br
1531
1532
- update to version 0.6c11
1533
+ Fix "bdist_wininst upload" trying to upload same file twice
1534
- additional changes from 0.6c10
1535
+ Fix for the Python 2.6.3 build_ext API change
1536
+ Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg
1537
+ Support for SVN 1.6
1538
1539
-------------------------------------------------------------------
1540
Wed Nov 4 18:58:21 CET 2009 - matejcik@suse.cz
1541
1542
- removed obsolete python-setuptools-distutils-log patch
1543
1544
-------------------------------------------------------------------
1545
Wed Aug 12 20:07:42 CEST 2009 - matejcik@suse.cz
1546
1547
- improved noarch selection macro
1548
1549
-------------------------------------------------------------------
1550
Fri Jul 31 23:48:25 CEST 2009 - matejcik@suse.cz
1551
1552
- added noarch for suse > 11.1
1553
1554
-------------------------------------------------------------------
1555
Fri Apr 3 15:57:45 CEST 2009 - matejcik@suse.cz
1556
1557
- fixed spec compatibility with older versions
1558
1559
-------------------------------------------------------------------
1560
Mon Mar 30 13:51:48 CEST 2009 - matejcik@suse.cz
1561
1562
- update to 0.6c9
1563
+ python 2.6 compatibility fixes
1564
- added patch to create install path if it doesn't exist
1565
- removed python-devel from requires
1566
1567
-------------------------------------------------------------------
1568
Wed Oct 22 12:09:27 CEST 2008 - skh@suse.de
1569
1570
- add python-setuptools-distutils-log.diff:
1571
setuptools/command/sdist.py: import distutils.log [bnc#428177]
1572
- add python-setuptools-svn15.diff:
1573
setuptools/command/egg_info.py: recognize svn format version 1.5 magic
1574
number [also bnc#428177]
1575
1576
-------------------------------------------------------------------
1577
Mon Aug 18 18:13:45 CEST 2008 - cthiel@suse.de
1578
1579
- update to version 0.6c8
1580
+ Prevent --help-commands and other junk from showing under Python 2.5
1581
when running easy_install --help.
1582
+ Fixed GUI scripts sometimes not executing on Windows
1583
+ Fixed not picking up dependency links from recursive dependencies.
1584
+ Only make .py, .dll and .so files executable when unpacking
1585
eggs
1586
+ Changes for Jython compatibility
1587
- changes in version 0.6c7
1588
+ ftp: download URLs now work correctly.
1589
+ The default --index-url is now http://pypi.python.org/simple, to
1590
use the Python Package Index's new simpler (and faster!) REST API.
1591
1592
-------------------------------------------------------------------
1593
Tue Aug 7 13:20:59 CEST 2007 - cthiel@suse.de
1594
1595
- update to version 0.6c6
1596
+ EasyInstall no longer aborts the installation process if a URL it wants
1597
to retrieve can't be downloaded, unless the URL is an actual package
1598
download. Instead, it issues a warning and tries to keep going.
1599
+ Fixed distutils-style scripts originally built on Windows having their
1600
line endings doubled when installed on any platform.
1601
+ Added --local-snapshots-ok flag, to allow building eggs from
1602
projects installed using setup.py develop.
1603
+ Fixed not HTML-decoding URLs scraped from web pages
1604
1605
-------------------------------------------------------------------
1606
Fri Feb 16 17:32:42 CET 2007 - cthiel@suse.de
1607
1608
- initial package (version 0.6c5)
1609