Compare commits

..

No commits in common. "7b4951977b5734e6bab70da5e7bed6258dffcc38" and "f6bdd66f5f602e50625ceaa83e964651a10259d4" have entirely different histories.

3 changed files with 21 additions and 35 deletions

View File

@ -1,34 +0,0 @@
================
Change history
================
Note: Changelog prior to 1.0.0 is patchy.
1.0.1 (unreleased)
==================
* Remove euscanwww
* Remove man page
* Major reformatting with black and isort
* Migrate to a PEP517 buildsystem
* Add python 3.12 support
* Change default user-agent
* Use portage MetadataXML over gentoolkit Metadata after it was removed in gentoolkit version 0.6.0.
1.0.0 (released 2020-09-16)
===========================
* Python 3 compatibility
* Fix brute-force short option
* Beautiful Soup 4 support
0.1.1 (released 2012-01-18)
===========================
* Better --quiet mode
0.1.0 (released 2011-11-27)
===========================
* Initial Release

20
Changelog Normal file
View File

@ -0,0 +1,20 @@
================
Change history
================
.. _version-0.2.0:
0.2.0
=====
:release-date: ???
* Better --quiet mode
.. _version-0.1.0:
0.1.0
=====
:release-date: 2011-11-27 10:00 P.M CET
* Initial Release

View File

@ -16,7 +16,7 @@ CONFIG = {
"brute-force-false-watermark": 50, "brute-force-false-watermark": 50,
"scan-dir": True, "scan-dir": True,
"oneshot": True, "oneshot": True,
"user-agent": "euscan-ng (https://gitlab.com/src_prepare/euscan-ng)", "user-agent": "escan (http://euscan.iksaif.net)",
"skip-robots-txt": False, "skip-robots-txt": False,
"cache": False, "cache": False,
"format": None, "format": None,