| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 0.7.3:
* Fix another major issue involving a bad interaction between
legacy items (mainly in upgraders), and object lifetimes
- additional changes from version 0.7.2:
* Fix a major issue involving a bad interaction between weakref
semantics and the item cache
- additional changes from version 0.7.1:
* Fix some packaging issues that led to some important files
being missing from the 0.7.0 release
* Uses of the deprecated unsignedID and isWinNT Twisted APIs have
been removed
- additional changes from version 0.7.0:
* Only Python 2.6 and 2.7 are supported now. 2.4, 2.5 is
deprecated
* setup.py now uses setuptools, and stores its dependencies.
This means you no longer need to manually install dependencies
* setup.py no longer requires Epsilon for egg_info, making it
easier to install Axiom using pip.
* Significant improvements to PyPy support. PyPy is now a
supported platform, with CI support.
* Axiom now uses the stdlib sqlite3 if pysqlite2 is not available
* Passing a string to SubStore.createNew now raises an exception
instead of silently almost certainly doing the wrong thing
* Setting an integer value that is too negative will now raise
an exception
* __conform__ (interface adaptation) now also works for items
that are not in a store
* Starting the store service now automatically activates the
scheduler service as well
* Batch processing can now be triggered by adding remote work
* Startup performance for stores with many legacy type
declarations is improved
* Several benchmarks were added
* Many internal cleanups
- update URL to project home page
- add %{version} in Source URL
- update Epsilon and Twisted version requirement
- add setuptools as a new build requirement
- add LICENSE and README.txt to package documentation
- fix end-of-line in NAME.txt
- remove deleted dropin* from package files
- Fix requires
- Spec file cleanup: + Use group Development/Languages/Python + Drop awesomely old Fedora specifics
- Initial package, version 0.6.0. Work based on Mauricio Teixeira's Spec file.