mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Release v1.1.5
Added ----- * README: describe advanced installation method. Changed ------- * Change tox.ini: docs test output folder * Remove changelog from pypi page Fixed ----- * Drop dependency for wheel Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -4,10 +4,6 @@ aqtinstall changeLog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
***************
|
||||
Current changes
|
||||
***************
|
||||
|
||||
`Unreleased`_
|
||||
=============
|
||||
|
||||
@@ -29,6 +25,23 @@ Removed
|
||||
Security
|
||||
--------
|
||||
|
||||
`v1.1.5`_ (8, Apr. 2021)
|
||||
=========================
|
||||
|
||||
Added
|
||||
-----
|
||||
* README: describe advanced installation method.
|
||||
|
||||
Changed
|
||||
-------
|
||||
* Change tox.ini: docs test output folder
|
||||
* Remove changelog from pypi page
|
||||
|
||||
Fixed
|
||||
-----
|
||||
* Drop dependency for wheel
|
||||
|
||||
|
||||
`v1.1.4`_ (2, Apr. 2021)
|
||||
=========================
|
||||
|
||||
@@ -118,77 +131,6 @@ Fixed
|
||||
* Fix Qt6/Android installation handling.(#193, #200)
|
||||
|
||||
|
||||
`v0.11.1`_ (21, Jan. 2021)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Add --timeout option to specify connection timeout (default 5.0 sec) (#197)
|
||||
|
||||
|
||||
`v0.11.0`_ (21, Jan. 2021)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Automatically fallback to mirror site when main https://download.qt.io down.(#194, #196)
|
||||
|
||||
|
||||
`v0.10.1`_ (11, Dec. 2020)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Add LTS versions as known one.(#188)
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
* Tool: Version comparison by startswith.
|
||||
When specified 4.0 but download server hold 4.0.1, it catch 4.0.1.(related #187)
|
||||
* README: explicitly show python version requirements.
|
||||
|
||||
|
||||
|
||||
`v0.10.0`_ (25, Nov. 2020)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Add v5.12.2, v6.0.0 as known versions.(#176, #177)
|
||||
* Support --archives option on src installation.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
* Use multiprocessing.Pool instead of concurrent.futures(#178)
|
||||
* Refactoring whole modules. (#179)
|
||||
* Split old changelogs to CHNAGELOG_prerelease.rst
|
||||
* Drop an upper limitation (<0.11) for py7zr.(#183)
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
* When we used "-m all" to download doc or examples, Qt sources are also downloaded(@Gamso)(#182)
|
||||
|
||||
|
||||
v0.9.8 (4, Nov. 2020)
|
||||
=====================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Added new combinations for tools_ifw
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
* When we start an installation, all packages are downloaded whatever the specified platform.(#159)
|
||||
|
||||
|
||||
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v1.1.4...HEAD
|
||||
.. _v1.1.4: https://github.com/miurahr/aqtinstall/compare/v1.1.3...v1.1.4
|
||||
@@ -197,7 +139,3 @@ Fixed
|
||||
.. _v1.1.1: https://github.com/miurahr/aqtinstall/compare/v1.1.0...v1.1.1
|
||||
.. _v1.1.0: https://github.com/miurahr/aqtinstall/compare/v1.0.0...v1.1.0
|
||||
.. _v1.0.0: https://github.com/miurahr/aqtinstall/compare/v0.11.1...v1.0.0
|
||||
.. _v0.11.1: https://github.com/miurahr/aqtinstall/compare/v0.11.0...v0.11.1
|
||||
.. _v0.11.0: https://github.com/miurahr/aqtinstall/compare/v0.10.1...v0.11.0
|
||||
.. _v0.10.1: https://github.com/miurahr/aqtinstall/compare/v0.10.0...v0.10.1
|
||||
.. _v0.10.0: https://github.com/miurahr/aqtinstall/compare/v0.9.8...v0.10.0
|
||||
|
||||
@@ -4,6 +4,64 @@ aqtinstall prereleases changeLog
|
||||
|
||||
All notable changes to this project prereleases.
|
||||
|
||||
`v0.11.1`_ (21, Jan. 2021)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Add --timeout option to specify connection timeout (default 5.0 sec) (#197)
|
||||
|
||||
|
||||
`v0.11.0`_ (21, Jan. 2021)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Automatically fallback to mirror site when main https://download.qt.io down.(#194, #196)
|
||||
|
||||
|
||||
`v0.10.1`_ (11, Dec. 2020)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Add LTS versions as known one.(#188)
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
* Tool: Version comparison by startswith.
|
||||
When specified 4.0 but download server hold 4.0.1, it catch 4.0.1.(related #187)
|
||||
* README: explicitly show python version requirements.
|
||||
|
||||
|
||||
|
||||
`v0.10.0`_ (25, Nov. 2020)
|
||||
==========================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* Add v5.12.2, v6.0.0 as known versions.(#176, #177)
|
||||
* Support --archives option on src installation.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
* Use multiprocessing.Pool instead of concurrent.futures(#178)
|
||||
* Refactoring whole modules. (#179)
|
||||
* Split old changelogs to CHNAGELOG_prerelease.rst
|
||||
* Drop an upper limitation (<0.11) for py7zr.(#183)
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
* When we used "-m all" to download doc or examples, Qt sources are also downloaded(@Gamso)(#182)
|
||||
|
||||
|
||||
`v0.9.8`_ (4, Nov. 2020)
|
||||
========================
|
||||
|
||||
@@ -610,7 +668,11 @@ Fixed
|
||||
.. _requests: https://pypi.org/project/requests
|
||||
.. _argparse: https://pypi.org/project/argparse/
|
||||
|
||||
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.9.8...HEAD
|
||||
.. _v1.0.0: https://github.com/miurahr/aqtinstall/compare/v0.11.1...v1.0.0
|
||||
.. _v0.11.1: https://github.com/miurahr/aqtinstall/compare/v0.11.0...v0.11.1
|
||||
.. _v0.11.0: https://github.com/miurahr/aqtinstall/compare/v0.10.1...v0.11.0
|
||||
.. _v0.10.1: https://github.com/miurahr/aqtinstall/compare/v0.10.0...v0.10.1
|
||||
.. _v0.10.0: https://github.com/miurahr/aqtinstall/compare/v0.9.8...v0.10.0
|
||||
.. _v0.9.8: https://github.com/miurahr/aqtinstall/compare/v0.9.7...v0.9.8
|
||||
.. _v0.9.7: https://github.com/miurahr/aqtinstall/compare/v0.9.6...v0.9.7
|
||||
.. _v0.9.6: https://github.com/miurahr/aqtinstall/compare/v0.9.5...v0.9.6
|
||||
|
||||
11
setup.cfg
11
setup.cfg
@@ -8,7 +8,7 @@ universal=1
|
||||
[metadata]
|
||||
name = aqtinstall
|
||||
description = Another unofficial Qt installer
|
||||
long_description = file: README.rst, CHANGELOG.rst
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst
|
||||
license = MIT
|
||||
author = Hiroshi Miura
|
||||
@@ -34,13 +34,12 @@ python_requires = >= 3.6
|
||||
install_requires =
|
||||
importlib-metadata;python_version<"3.8"
|
||||
requests
|
||||
wheel
|
||||
py7zr>=0.9.9,!=0.10.0
|
||||
py7zr>=0.15.1
|
||||
packaging
|
||||
texttable
|
||||
setup_requires =
|
||||
setuptools-scm[toml]>=3.4
|
||||
setuptools>=42.0
|
||||
setuptools-scm[toml]>=6.0.1
|
||||
setuptools>=45.0
|
||||
packages = aqt
|
||||
|
||||
[options.entry_points]
|
||||
@@ -70,4 +69,4 @@ check =
|
||||
docs =
|
||||
sphinx>=1.8
|
||||
sphinx_rtd_theme
|
||||
sphinx-py3doc-enhanced-theme
|
||||
sphinx-py3doc-enhanced-theme
|
||||
|
||||
4
tox.ini
4
tox.ini
@@ -35,8 +35,8 @@ commands =
|
||||
basepython = python3.8
|
||||
extras = docs
|
||||
commands =
|
||||
sphinx-build {posargs:-E} -b html docs dist/docs
|
||||
sphinx-build -b linkcheck docs dist/docs
|
||||
sphinx-build {posargs:-E} -b html docs build/docs
|
||||
sphinx-build -b linkcheck docs build/docs
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
||||
Reference in New Issue
Block a user