.. *explicitly* mark the package as pre-release
hi, please cc i want to release some versions to pypi, but hide them from installing by explicitly marking as pre-release. i want to preserve versions numbering as 0.1, 0.2 according to semver.org point 4. is that possible? -- anatoly t.
On 30 November 2013 11:05, anatoly techtonik <techtonik@gmail.com> wrote:
hi, please cc
i want to release some versions to pypi, but hide them from installing by explicitly marking as pre-release. i want to preserve versions numbering as 0.1, 0.2 according to semver.org point 4. is that possible?
No, I don't believe so. Paul
There is no way to mark a release as "pre-release" but you can hide it from view which would prevent an installer discovering any files related to the release. Log into PyPI and use the "releases" page for the project. On 30 November 2013 22:05, anatoly techtonik <techtonik@gmail.com> wrote:
hi, please cc
i want to release some versions to pypi, but hide them from installing by explicitly marking as pre-release. i want to preserve versions numbering as 0.1, 0.2 according to semver.org point 4. is that possible? -- anatoly t. _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
Hiding a release doesn’t hide it from the simple index, so installers will still find it. On Nov 30, 2013, at 4:59 PM, Richard Jones <richard@python.org> wrote:
There is no way to mark a release as "pre-release" but you can hide it from view which would prevent an installer discovering any files related to the release. Log into PyPI and use the "releases" page for the project.
On 30 November 2013 22:05, anatoly techtonik <techtonik@gmail.com> wrote: hi, please cc
i want to release some versions to pypi, but hide them from installing by explicitly marking as pre-release. i want to preserve versions numbering as 0.1, 0.2 according to semver.org point 4. is that possible? -- anatoly t. _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
----------------- Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
I was working from (clearly hazy) memory. Sorry for the red herring. On 1 December 2013 09:10, Donald Stufft <donald@stufft.io> wrote:
Hiding a release doesn’t hide it from the simple index, so installers will still find it.
On Nov 30, 2013, at 4:59 PM, Richard Jones <richard@python.org> wrote:
There is no way to mark a release as "pre-release" but you can hide it from view which would prevent an installer discovering any files related to the release. Log into PyPI and use the "releases" page for the project.
On 30 November 2013 22:05, anatoly techtonik <techtonik@gmail.com> wrote:
hi, please cc
i want to release some versions to pypi, but hide them from installing by explicitly marking as pre-release. i want to preserve versions numbering as 0.1, 0.2 according to semver.org point 4. is that possible? -- anatoly t. _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
----------------- Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
Opened the feature request https://github.com/pypa/pip/issues/1553 Why people don't try to make features optional? Posted rant to python-ideas. On Sun, Dec 1, 2013 at 1:10 AM, Donald Stufft <donald@stufft.io> wrote:
Hiding a release doesn’t hide it from the simple index, so installers will still find it.
On Nov 30, 2013, at 4:59 PM, Richard Jones <richard@python.org> wrote:
There is no way to mark a release as "pre-release" but you can hide it from view which would prevent an installer discovering any files related to the release. Log into PyPI and use the "releases" page for the project.
On 30 November 2013 22:05, anatoly techtonik <techtonik@gmail.com> wrote:
hi, please cc
i want to release some versions to pypi, but hide them from installing by explicitly marking as pre-release. i want to preserve versions numbering as 0.1, 0.2 according to semver.org point 4. is that possible? -- anatoly t. _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
----------------- Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
-- anatoly t.
participants (4)
-
anatoly techtonik
-
Donald Stufft
-
Paul Moore
-
Richard Jones