toxtli / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

New naming convention for binary distributions #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since the next release there will be established new naming
convention for binary distributions (portable zips and package
installers). There have been a long discussion with Greg about
the current situation, the version string form we currently use
is not compliant with the devenv update script used by Cyan,
from now on we will be more compatible with what is considered
an unofficial standard for naming package installers, from now
on the releases will be named like this:

    cefpython1-27.0-win32-py27.exe - installer, includes Chrome 27
    cefpython1-27.1-win32-py27.exe - a minor release within Chrome27
    cefpython1-27.0-win32-portable.zip

    cefpython3-27.0-win32-py27.exe
    cefpython3-27.0-win64-py32.exe

    cefpython1-27.0-ubuntu1204-32bit-portable.zip
    cefpython1-27.0-ubuntu1204-32bit-setup.zip

Original issue reported on code.google.com by czarek.t...@gmail.com on 22 Jun 2013 at 7:37

GoogleCodeExporter commented 8 years ago
Debian packages are not yet supported, but if they were they would be named:

    cefpython1-27.0-ubuntu1204-64bit.deb

Original comment by czarek.t...@gmail.com on 22 Jun 2013 at 7:42

GoogleCodeExporter commented 8 years ago
For the Linux releases we do not provide the python version string, as
this should be self explanatory since the default python bundled with
Ubuntu 12.04 is Python 2.7.

Original comment by czarek.t...@gmail.com on 22 Jun 2013 at 7:49

GoogleCodeExporter commented 8 years ago
CEF 3 on Linux already uses the new naming convention, see the
Download_CEF3_Linux wiki page.

Original comment by czarek.t...@gmail.com on 25 Jun 2013 at 8:37

GoogleCodeExporter commented 8 years ago
Version 27.0 for Windows released, using the new versioning and naming.

Original comment by czarek.t...@gmail.com on 19 Jul 2013 at 2:25

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/68

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:31