2023-11-07 20:46:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 19:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.8.1:
|
|
|
|
* Ignore AttributeError when shutting down server
|
|
|
|
* Add support for Python 3.12 (or at least, list it explicitly
|
|
|
|
in the classifiers)
|
|
|
|
|
2023-07-24 21:05:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 24 19:05:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.8.0:
|
|
|
|
* Improve deployment workflow to use trusted publishing and
|
|
|
|
upload to Test PyPI first
|
|
|
|
* Remove a bunch of obsolete code
|
|
|
|
* Clean up the smtp module's driver code
|
|
|
|
|
2023-05-05 00:23:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 4 22:19:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.7.1:
|
|
|
|
* Update SMTP server code to work with aiosmtpd >=1.4.3
|
|
|
|
* Add support for Python 3.11 (or at least, list it explicitly
|
|
|
|
in the classifiers)
|
|
|
|
|
2023-04-24 11:15:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:31:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 13 22:44:06 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
2023-01-09 13:23:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 9 12:18:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.7.0:
|
|
|
|
* Make smtp support an optional extra
|
|
|
|
* Update some obsolete syntax to drop support for Python 2
|
|
|
|
* Add linting for code and workflow actions using pre-commit hooks
|
|
|
|
* Expand the range of pytest versions known to be compatible, with tests
|
|
|
|
* Add badges to README
|
|
|
|
|
2022-08-01 18:10:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 1 15:00:37 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update build requirements: Without setuptools_scm[toml], this
|
|
|
|
installs a version 0.0.0 into the python metadata.
|
|
|
|
- Drop obsolete remove_bindir.patch
|
|
|
|
|
2022-08-01 10:35:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 31 12:21:40 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
|
|
|
|
|
|
|
- Update to 0.6.0
|
|
|
|
* Drop support for Python 3.3 and 3.4
|
|
|
|
* Use setuptools_scm for managing versions of this package
|
|
|
|
* Support sending chunked responses from the HTTP server
|
|
|
|
* Switch SMTP server backend from smtpd to aiosmtpd
|
|
|
|
- version 0.5.1.post0
|
|
|
|
* Explicitly list supported Python versions with python_requires in setup.py.
|
|
|
|
- version 0.5.1
|
|
|
|
* Regenerate included certificate to use SHA-256 hash to avoid OpenSSL errors (fixes #2).
|
|
|
|
* Add support for Python 3.10.
|
|
|
|
* Drop support for Python 2.6.
|
|
|
|
* Migrate repository to Github and update project metadata.
|
|
|
|
|
2020-03-17 12:16:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 17 11:16:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Use %pytest call for testing
|
|
|
|
|
2019-02-25 17:54:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 22 21:12:05 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add remove_bindir.patch making test suite pass by removing
|
|
|
|
'/usr/bin' from sys.path.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 20 12:11:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Drop the patch python-pytest-localserver-do-not-use-shipped-pem.patch
|
|
|
|
* We actually want the local pem as it is used just for the test
|
|
|
|
spawning where we validate against it
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 14 14:20:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.5.0:
|
|
|
|
* New feature: SMTP email message objects now include a ``details``
|
|
|
|
property capturing the envelope details.
|
|
|
|
|
2018-02-26 23:24:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 22 22:29:48 UTC 2018 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.4.1
|
|
|
|
- fix requires
|
|
|
|
- remove tests - not work without internal certificate and buggy on
|
|
|
|
python3
|
|
|
|
* New feature: All received requests are now stored for ilater inspection
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 17 20:01:38 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
- Update to version 0.3.7
|
|
|
|
* Add support for Python 3.6
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 18 09:30:17 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
- Fix URL
|
|
|
|
- Fix Source-URL
|
|
|
|
- Update to version 0.3.6
|
|
|
|
+ Add trove classifiers to make sure that package shows up on PyPI's Python 3 list.
|
|
|
|
+ Remove test method which rely on thread to be finished first.
|
|
|
|
+ OpenSSL is no longer necessary with werkzeug 0.10.
|
|
|
|
+ Tests now work under Python 3.3 \o/
|
|
|
|
+ Fix for Python 3.5 (fixes #13).
|
|
|
|
+ Add new Python version to classifiers.
|
|
|
|
+ Update repository url
|
|
|
|
+ Use @pytest.fixture to declare fixtures
|
|
|
|
+ Remove old-style test fixtures from tests and README, too.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 9 17:17:11 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
2023-11-07 20:46:53 +01:00
|
|
|
- Do not provide bundled certificate;
|
2018-02-26 23:24:25 +01:00
|
|
|
add python-pytest-localserver-do-not-use-shipped-pem.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 4 16:37:43 UTC 2014 - hpj@urpla.net
|
|
|
|
|
|
|
|
- version 0.3.3: initial build
|
|
|
|
|