290 lines
10 KiB
Text
290 lines
10 KiB
Text
# ChangeLog for dev-lang/python-exec
|
|
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
|
# (auto-generated from git log)
|
|
|
|
*python-exec-2.9999 (09 Aug 2015)
|
|
*python-exec-2.0.2 (09 Aug 2015)
|
|
*python-exec-2.0.1-r1 (09 Aug 2015)
|
|
|
|
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml,
|
|
+python-exec-2.0.1-r1.ebuild, +python-exec-2.0.2.ebuild,
|
|
+python-exec-2.9999.ebuild:
|
|
proj/gentoo: Initial commit
|
|
|
|
This commit represents a new era for Gentoo:
|
|
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
|
|
|
This commit is the start of the NEW history.
|
|
Any historical data is intended to be grafted onto this point.
|
|
|
|
Creation process:
|
|
1. Take final CVS checkout snapshot
|
|
2. Remove ALL ChangeLog* files
|
|
3. Transform all Manifests to thin
|
|
4. Remove empty Manifests
|
|
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
|
5.1. Do not touch files with -kb/-ko keyword flags.
|
|
|
|
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
|
tests
|
|
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
|
project
|
|
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
|
developer, wrote Git features for the migration
|
|
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
|
cvs2svn
|
|
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
|
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
|
work in migration
|
|
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
|
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
|
the bikeshed
|
|
|
|
24 Aug 2015; Justin Lecher <jlec@gentoo.org> python-exec-2.9999.ebuild:
|
|
Use https by default
|
|
|
|
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
|
Use https by default
|
|
|
|
Convert all URLs for sites supporting encrypted connections from http to
|
|
https
|
|
|
|
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
|
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
|
|
|
repoman does not yet accept the https version.
|
|
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
|
|
|
Bug: https://bugs.gentoo.org/552720
|
|
|
|
17 Nov 2015; Michał Górny <mgorny@gentoo.org> python-exec-2.9999.ebuild:
|
|
Drop autotools-utils, clean up
|
|
|
|
*python-exec-2.1 (17 Nov 2015)
|
|
|
|
17 Nov 2015; Michał Górny <mgorny@gentoo.org> +python-exec-2.1.ebuild,
|
|
python-exec-2.9999.ebuild:
|
|
Bump to 2.1
|
|
|
|
The new version follows app-admin/eselect-python-20151117 change of
|
|
storing split python[23] interpreter choice in config files.
|
|
|
|
*python-exec-2.2 (11 Jan 2016)
|
|
|
|
11 Jan 2016; Michał Górny <mgorny@gentoo.org> +python-exec-2.2.ebuild:
|
|
Bump to 2.2, needed for #568974
|
|
|
|
Bump to version 2.2 that makes it possible to symlink python-exec2-c
|
|
directly as wrapper. This is necessary to support wrapping
|
|
/usr/bin/python correctly on non-Linux systems where shebangs must only
|
|
reference real executables (rather than the Python script used so far).
|
|
|
|
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
Replace all herds with appropriate projects (GLEP 67)
|
|
|
|
Replace all uses of herd with appropriate project maintainers, or no
|
|
maintainers in case of herds requested to be disbanded.
|
|
|
|
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
|
|
|
*python-exec-2.2.1 (31 Jan 2016)
|
|
|
|
31 Jan 2016; Michał Górny <mgorny@gentoo.org> +python-exec-2.2.1.ebuild:
|
|
Minor version bump
|
|
|
|
06 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-2.9999.ebuild:
|
|
Reclaim /usr/bin/py* wrappers, #573254
|
|
|
|
06 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-2.9999.ebuild:
|
|
Install and migrate configuration file
|
|
|
|
06 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-2.9999.ebuild:
|
|
Silence the migration output for initial install
|
|
|
|
06 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-2.9999.ebuild:
|
|
Do not copy meaningless Python 2 selection
|
|
|
|
Do not copy Python 2 version preference if Python 3 is the main
|
|
interpreter. It is not meaningful since we no longer support more than
|
|
one Python 2 version, and it will cause Python 2 to be preferred over
|
|
non-preferred versions of Python 3.
|
|
|
|
07 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-2.9999.ebuild:
|
|
Remove unneeded --with-eprefix= from -2.9999
|
|
|
|
*python-exec-9999 (07 Feb 2016)
|
|
|
|
07 Feb 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.9999.ebuild,
|
|
+python-exec-9999.ebuild:
|
|
Rename the live ebuild to -9999 for consistency
|
|
|
|
*python-exec-2.3 (07 Feb 2016)
|
|
|
|
07 Feb 2016; Michał Górny <mgorny@gentoo.org> +python-exec-2.3.ebuild:
|
|
Major version bump to 2.3
|
|
|
|
The new 2.3 release is the first release using new python-exec.conf
|
|
configuration file that allows users to specify complete Python
|
|
implementation preferences for python-exec.
|
|
|
|
08 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-9999.ebuild:
|
|
Wrappers were moved to /usr/bin (in git)
|
|
|
|
The both wrappers were moved to /usr/bin in order to make it possible to
|
|
symlink them in place of /usr/bin/python{,2,3}. Compatibility symlinks
|
|
are now installed in place of old locations.
|
|
|
|
09 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-9999.ebuild:
|
|
Update install layout in -9999
|
|
|
|
16 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-9999.ebuild:
|
|
9999: Update for another wrapper rename
|
|
|
|
16 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-9999.ebuild:
|
|
9999: Use Python wrapper for Python scripts
|
|
|
|
*python-exec-2.3.1 (16 Feb 2016)
|
|
|
|
16 Feb 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.3.ebuild,
|
|
+python-exec-2.3.1.ebuild:
|
|
Update the testing version to 2.3.1
|
|
|
|
*python-exec-2.3 (17 Feb 2016)
|
|
|
|
17 Feb 2016; Fabian Groffen <grobian@gentoo.org> +python-exec-2.3.ebuild:
|
|
put back 2.3, as 2.3.1 seems to break systems completely
|
|
|
|
Package-Manager: portage-2.2.20-prefix
|
|
|
|
*python-exec-2.3.2 (18 Feb 2016)
|
|
|
|
18 Feb 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.3.1.ebuild,
|
|
+python-exec-2.3.2.ebuild:
|
|
Bugfix bump to 2.3.2, #574970
|
|
|
|
Bump to bugfix 2.3.2 release with improved error handling, proper
|
|
argv[0] value for Python interpreter wrapping and a README with recovery
|
|
instructions.
|
|
|
|
Bug: https://bugs.gentoo.org/574970
|
|
|
|
*python-exec-2.4 (20 Feb 2016)
|
|
|
|
20 Feb 2016; Michał Górny <mgorny@gentoo.org> +python-exec-2.4.ebuild:
|
|
Bump to the most awesome so far 2.4 release
|
|
|
|
Version bump to 2.4. The new version improves symlink handling to fix
|
|
problems when basename of custom symlinks collide with another system
|
|
executable name (previously, this resulted in the wrong script being
|
|
used), and adds support for per-script implementation preference
|
|
overrides.
|
|
|
|
20 Feb 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.4.ebuild:
|
|
Remove 2.4 due to issues with python wrapping
|
|
|
|
Remove 2.4 as it fails at symlink resolution when argv[0] contains
|
|
only basename (and requires PATH lookup), which breaks executables
|
|
linked directly to python-exec2c such as python wrappers.
|
|
|
|
*python-exec-2.4.1 (21 Feb 2016)
|
|
|
|
21 Feb 2016; Michał Górny <mgorny@gentoo.org> +python-exec-2.4.1.ebuild:
|
|
Bump to 2.4.1 with symlink resolution fix
|
|
|
|
Add a new 2.4.1 version that does symlink resolution correctly when
|
|
starting python-exec2c links via PATH, e.g. when wrapping Python itself.
|
|
|
|
*python-exec-2.4.2 (23 Feb 2016)
|
|
|
|
23 Feb 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.4.1.ebuild,
|
|
+python-exec-2.4.2.ebuild:
|
|
Bugfix bump to 2.4.2
|
|
|
|
Bump to 2.4.2 that fixes informational command output (-h, -l, -V) to go
|
|
to stdout rather than stderr. This is required for new eselect-python
|
|
versions.
|
|
|
|
25 Feb 2016; Michał Górny <mgorny@gentoo.org> python-exec-2.4.2.ebuild,
|
|
python-exec-9999.ebuild:
|
|
Explain configuration upgrade in postinst
|
|
|
|
25 Feb 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.2.ebuild,
|
|
-python-exec-2.2.1.ebuild, -python-exec-2.3.ebuild,
|
|
-python-exec-2.3.2.ebuild:
|
|
Drop intermediate masked versions
|
|
|
|
06 Mar 2016; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.2.ebuild:
|
|
amd64 stable wrt bug #557104
|
|
|
|
Package-Manager: portage-2.2.26
|
|
RepoMan-Options: --include-arches="amd64"
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
*python-exec-2.4.3 (07 Mar 2016)
|
|
|
|
07 Mar 2016; Michał Górny <mgorny@gentoo.org> -python-exec-2.4.2.ebuild,
|
|
+python-exec-2.4.3.ebuild:
|
|
Bump to 2.4.3 with test fixes
|
|
|
|
Bug: https://bugs.gentoo.org/show_bug.cgi?id=575938
|
|
|
|
13 Mar 2016; Markus Meier <maekke@gentoo.org> python-exec-2.0.2.ebuild:
|
|
arm stable, bug #557104
|
|
|
|
Package-Manager: portage-2.2.27
|
|
RepoMan-Options: --include-arches="arm"
|
|
|
|
15 Mar 2016; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.2.ebuild:
|
|
x86 stable wrt bug #557104
|
|
|
|
Package-Manager: portage-2.2.26
|
|
RepoMan-Options: --include-arches="x86"
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
16 Mar 2016; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.2.ebuild:
|
|
ppc stable wrt bug #557104
|
|
|
|
Package-Manager: portage-2.2.26
|
|
RepoMan-Options: --include-arches="ppc"
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
17 Mar 2016; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.2.ebuild:
|
|
ppc64 stable wrt bug #557104
|
|
|
|
Package-Manager: portage-2.2.26
|
|
RepoMan-Options: --include-arches="ppc64"
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
19 Mar 2016; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.2.ebuild:
|
|
sparc stable wrt bug #557104
|
|
|
|
Package-Manager: portage-2.2.26
|
|
RepoMan-Options: --include-arches="sparc"
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
20 Mar 2016; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.2.ebuild:
|
|
ia64 stable wrt bug #557104
|
|
|
|
Package-Manager: portage-2.2.26
|
|
RepoMan-Options: --include-arches="ia64"
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
14 May 2016; Michał Górny <mgorny@gentoo.org> metadata.xml,
|
|
python-exec-2.0.1-r1.ebuild, python-exec-2.0.2.ebuild,
|
|
python-exec-2.1.ebuild, python-exec-2.4.3.ebuild, python-exec-9999.ebuild:
|
|
Moved to github
|
|
|
|
23 May 2016; Tobias Klausmann <klausman@gentoo.org>
|
|
python-exec-2.0.2.ebuild:
|
|
2.0.2-r0: add alpha keyword
|
|
|
|
Gentoo-Bug: 557104
|
|
|
|
Package-Manager: portage-2.3.0_rc1
|
|
|