log setup.py @ 630:33264c660fca

age author description
Sun, 09 Jan 2022 13:52:05 +0100 Franz Glasner Drop bogus comment
Sun, 09 Jan 2022 13:51:09 +0100 Franz Glasner Style
Sun, 09 Jan 2022 13:50:52 +0100 Franz Glasner Add a comment about extra arguments to setup.py
Sun, 09 Jan 2022 13:46:57 +0100 Franz Glasner Allow to build a distribution without C-extensions by using --only-pure
Sun, 09 Jan 2022 13:40:22 +0100 Franz Glasner Automatically remove ConfigMix.egg-info
Sun, 09 Jan 2022 13:26:56 +0100 Franz Glasner Put the ".egg-info" check into a common location
Sun, 09 Jan 2022 12:47:56 +0100 Franz Glasner setup.py: Put the official projectname into a variable and re-use
Sun, 09 Jan 2022 00:20:51 +0100 Franz Glasner Comment
Sat, 08 Jan 2022 23:00:36 +0100 Franz Glasner Allow execution of setup.py by packaging a cross-built Windows _speedups.pyd.
Sat, 08 Jan 2022 17:10:33 +0100 Franz Glasner FIX: zip_safe: make zip_safe False if extensions are to be built
Sat, 08 Jan 2022 17:28:01 +0100 Franz Glasner Provide the content-type for the long package description: text/x-rst
Fri, 07 Jan 2022 17:49:33 +0100 Franz Glasner Tweak setup.py to build packages with pure-Python tags if the extension is not expected to be built (Python 3.4-)
Sat, 01 Jan 2022 21:03:05 +0100 Franz Glasner Automatically select the proper API when building the speedup C-extension:
Sat, 01 Jan 2022 20:36:46 +0100 Franz Glasner Build the speedup C-extension against the stable API.
Fri, 31 Dec 2021 21:24:16 +0100 Franz Glasner Add an optional C-implementation for configmix.config.unquote and configmix.config.pathstr2path.
Wed, 10 Feb 2021 21:38:03 +0100 Franz Glasner Use SPDX license identifiers (either full or short) all over the package
Mon, 07 Dec 2020 01:06:33 +0100 Franz Glasner Implemented an "AWS" namespace to retrieve some AWS-specific metadata
Mon, 05 Oct 2020 01:17:08 +0200 Franz Glasner Trove classifier: use the generic Python 3 classifier and not the generic Python 2 one
Wed, 13 May 2020 09:26:29 +0200 Franz Glasner Tested with Python 3.7 and 3.8: ok.
Wed, 13 May 2020 09:21:04 +0200 Franz Glasner Tested up to PyYAML 5.3.1: so (with semantic versioning): adjust requirements to "<6"
Sat, 04 May 2019 14:23:09 +0200 Franz Glasner Need a PyYAML version < 4.
Fri, 03 May 2019 21:51:09 +0200 Franz Glasner Added support for TOML style configuration files
Fri, 03 May 2019 19:32:04 +0200 Franz Glasner Declare requirements on the Python version formally also
Fri, 03 May 2019 19:06:37 +0200 Franz Glasner Use the pip "extras" feature to install optional features (e.g. PyYAML)
Thu, 15 Mar 2018 00:00:06 +0100 Franz Glasner Works with Python 3.6 also; document this in the classifiers
Fri, 02 Mar 2018 01:11:19 +0100 Franz Glasner Rename README to README.txt to be more consistent with LICENSE.txt
Fri, 02 Mar 2018 01:05:57 +0100 Franz Glasner Rename LICENSE to LICENSE.txt to accomodate for a future inclusion via "[metadata]" into binary wheels
Tue, 08 Mar 2016 20:11:17 +0100 Franz Glasner Renamed the project from "MixConfig" to "ConfigMix"
Tue, 08 Mar 2016 16:46:27 +0100 Franz Glasner Switch to the "New BSD License"
Mon, 07 Mar 2016 09:03:18 +0100 Franz Glasner Begin a package to abstract some of the important configuration handling stuff.