Update manifest.
Add compatibility with Python 3.13 and 3.14.
Update Manifest.
Use proper SourceForge URI instead of mirror:// protocol.
Add compatibility with Python 3.12. Remove old ebuild.
Fix exception when showing final verbose message of create action.
Provide getOrCreateServices instead of getProvidersIdentifications from ServiceAccessor.
Rename AbstractTarArchiverProvider to TarArchiverProviderBase.
Remove provider identification as a class and use string instead.
Rename _TarArchiverProviderBase to AbstractTarArchiverProvider.
Move actions under archiving and introduce Action base class.
Separate actions from ArchivingApplication.
Improve formatting of archiver list in --help output.
Fix exceptions while getting terminal width on non-Unix OS-es.
Check for 'tar' existence only in operations which really use it.
Extract some methods from Utils to more specific classes.
Use effective IDs for access check and use it only on supported platforms.
Improve ConfigurationFactory API documentation.
Define constant for configuration file name.
Update configuration files paths in the documentation.
Increase version to 2.0.5+next.
Closing because of a mistake.
Increase version to 2.0.5+next.
Increase version to 2.0.5.
Increase version to 2.0.6.
Move actions under archiving and introduce Action base class.
Separate actions from ArchivingApplication.
Improve formatting of archiver list in --help output.
Update NEWS.
Update INSTALL documentation to use pip.
Include pyproject.toml to the source distribution.
Fix building of source distribution package in an isolated virtual env.
Add PyInstaller spec file for building Windows binary.
Added tag RELEASE_2.0.5 for changeset 23046b4f19e9
Update NEWS.
Update INSTALL documentation to use pip.
Include pyproject.toml to the source distribution.
Fix building of source distribution package in an isolated virtual env.
Increase version to 2.0.5.
AutoArchvive 2.0.5 released
Add ebuild for 2.0.5. Remove old.
Add Windows specific example of archive specification file.
Fix exceptions while getting terminal width on non-Unix OS-es.
Escape '%' character in ArgumentParser help strings.
Check for 'tar' existence only in operations which really use it.
Extract some methods from Utils to more specific classes.
Use effective IDs for access check and use it only on supported platforms.
Add os_paths do API documentation.
Improve ConfigurationFactory API documentation.
Define constant for configuration file name.
Use isWindows method in OsPaths.
Update configuration files paths in the documentation.
Change default config paths for Windows.
Provides Windows-specific and XDG configuration paths.
Use f-strings instead of str.format in starter.
Update NEWS.
Handle exceptions from getting archive specs in all cases.
Improve description of command line arguments --list and --all.
Make tests independent of system configuration file.
Move glob expansion to backup creation operation.
AutoArchive 2.0.4 released
Added tag RELEASE_2.0.4 for changeset 4dfc29f6fb4f
Add ebuild for 2.0.4. Remove old.
Increase version to 2.0.4.
Update NEWS.
Use f-strings instead of str.format in starter.
Improve description of command line arguments --list and --all.
Handle exceptions from getting archive specs in all cases.
Make tests independent of system configuration file.
Move glob expansion to backup creation operation.
Increase version to 2.0.3-next.
Update NEWS.
Rename options to commandLineOptions where appropriate.
Migrate to argparse.
Update homepage and download URIs to reflect the migration to HTTPS.
Remove Python versions from classifiers. Use python_requires instead.
Migrate to Setuptools
AutoArchive 2.0.3 released
Added tag RELEASE_2.0.3 for changeset 9061312820dd
Increase version to 2.0.3.
Fix Development Status classifier.
Update NEWS.
Fix manifest for 2.0.3.
Add ebuild for 2.0.3. Remove old.
Rename options to commandLineOptions where appropriate.
Migrate to argparse.
Update homepage and download URIs to reflect the migration to HTTPS.
Update classifiers
Migrate to Setuptools
Increase version to next.
Removed tag all_grafted_to_default
Fix help exit code.