25 Commits

Author SHA256 Message Date
0115aa950f Accepting request 1306622 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1306622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=11
2025-09-23 14:07:34 +00:00
fbc7550cca Accepting request 1306598 from home:awerner:branches:devel:languages:python
- Disable failing tests.

OBS-URL: https://build.opensuse.org/request/show/1306598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=26
2025-09-23 01:25:53 +00:00
a0b65af8e3 Accepting request 1256107 from devel:languages:python
- Don't use license in the dist-info directory.

OBS-URL: https://build.opensuse.org/request/show/1256107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=10
2025-03-26 20:20:25 +00:00
101c5f44c6 - Don't use license in the dist-info directory.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=24
2025-03-24 07:29:00 +00:00
d3d73ac846 Accepting request 1177531 from devel:languages:python
- Update to 1.2.1:
  - Add support for Python 3.12.
  - Fix a blocking issue when shutting down on Windows.
  - Fix a race condition closing pipes when restarting the worker
    process. See https://github.com/Pylons/hupper/pull/83
  - Fix issues with watchman when the server shuts down unexpectedly
    and when subscriptions are canceled.
  - Add hupper.get_reloader().graceful_shutdown() which can be used
    within your own app to trigger a full shutdown of the worker as
    well as the monitoring. See
    https://github.com/Pylons/hupper/pull/88
1.12:
  - When the reloader is stopped, exit with the same code received
    from the subprocess. See https://github.com/Pylons/hupper/pull/81
1.11:
  - Drop support for Python 2.7, 3.4, 3.5, and 3.6.
  - Add support/testing for Python 3.10, and 3.11.
  - Explicitly require reload_interval set greater than 0 to avoid
    spinning the CPU needlessly.

OBS-URL: https://build.opensuse.org/request/show/1177531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=9
2024-05-29 17:36:25 +00:00
aad3e2c8ae - Update to 1.2.1:
- Add support for Python 3.12.
  - Fix a blocking issue when shutting down on Windows.
  - Fix a race condition closing pipes when restarting the worker
    process. See https://github.com/Pylons/hupper/pull/83
  - Fix issues with watchman when the server shuts down unexpectedly
    and when subscriptions are canceled.
  - Add hupper.get_reloader().graceful_shutdown() which can be used
    within your own app to trigger a full shutdown of the worker as
    well as the monitoring. See
    https://github.com/Pylons/hupper/pull/88
1.12:
  - When the reloader is stopped, exit with the same code received
    from the subprocess. See https://github.com/Pylons/hupper/pull/81
1.11:
  - Drop support for Python 2.7, 3.4, 3.5, and 3.6.
  - Add support/testing for Python 3.10, and 3.11.
  - Explicitly require reload_interval set greater than 0 to avoid
    spinning the CPU needlessly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=22
2024-05-29 11:09:19 +00:00
6e0bae823f Accepting request 1092250 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=8
2023-06-12 13:25:50 +00:00
acf048003a Accepting request 1092104 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=20
2023-06-11 11:43:28 +00:00
95bd030fa1 Accepting request 1006885 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=7
2022-09-29 16:14:00 +00:00
b644dd66a3 Accepting request 1006801 from home:yarunachalam:branches:devel:languages:python
- 1.10.3 (2021-05-13)
  Support Python 3.8 and 3.9.
  Fix an issue with bare .pyc files in the source folder causing unhandled exceptions. See https://github.com/Pylons/hupper/pull/69
  Fix issues with using the Watchman file monitor on versions newer than Watchman 4.9.0. This fix modifies hupper to use Watchman’s
  watch-project capabilities which also support reading the .watchmanconfig file to control certain properties of the monitoring.
  See https://github.com/Pylons/hupper/pull/70

OBS-URL: https://build.opensuse.org/request/show/1006801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=18
2022-09-29 09:21:45 +00:00
8ac70f2b7b Accepting request 792715 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/792715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=6
2020-04-09 21:17:49 +00:00
Tomáš Chvátal
e1472a1bc2 Accepting request 792712 from home:mcalabkova:branches:devel:languages:python
- update to 1.10.2
  * Support --shutdown-interval on the hupper CLI.
  * Support --reload-interval on the hupper CLI.
  * Do not choke when stdin is not a TTY while waiting for changes after a crash.
  * Fix deprecation warnings caused by using the imp module on newer versions of Python.
  * Avoid acquiring locks in the reloader process's signal handlers.
  * Handle a SIGTERM signal by forwarding it to the child process and 
    gracefully waiting for it to exit. This should enable using hupper 
    from within docker containers and other systems that want to control 
    the reloader process.

OBS-URL: https://build.opensuse.org/request/show/792712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=16
2020-04-09 12:36:59 +00:00
bf3c1bed34 Accepting request 763380 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/763380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=5
2020-01-12 22:24:13 +00:00
a0b16bea6d Accepting request 763287 from home:bmwiedemann:branches:devel:languages:python
Use pyproject_install macro (boo#1094323)

OBS-URL: https://build.opensuse.org/request/show/763287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=14
2020-01-11 21:30:46 +00:00
0950dd3150 Accepting request 721099 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/721099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=4
2019-08-06 13:11:50 +00:00
Tomáš Chvátal
706b177b23 Accepting request 721040 from home:pgajdos
- version update to 1.8.1
  * Do not show the ``KeyboardInterrupt`` stacktrace when killing ``hupper``
    while waiting for a reload.
  * If the worker process crashes, ``hupper`` can be forced to reload the worker
    by pressing the ``ENTER`` key in the terminal instead of waiting to change a
    file.
    See https://github.com/Pylons/hupper/pull/53
  * On Python 3.5+ support recursive glob syntax in ``reloader.watch_files``.
    See https://github.com/Pylons/hupper/pull/52

OBS-URL: https://build.opensuse.org/request/show/721040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=12
2019-08-05 18:06:53 +00:00
e87fecdd91 Accepting request 704091 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=3
2019-05-20 11:18:17 +00:00
Todd R
dc3a919869 Accepting request 704090 from home:TheBlackCat:branches:devel:languages:python
- Switch to wheel, which doesn't have the problematic
  CC-noncomercial licensed documentation.

OBS-URL: https://build.opensuse.org/request/show/704090
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=10
2019-05-19 23:51:29 +00:00
Tomáš Chvátal
e106c20db9 Accepting request 701313 from home:pgajdos
- version update to 1.6.1
  * lot of changes, see CHANGES.rst
- remove -doc

OBS-URL: https://build.opensuse.org/request/show/701313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=9
2019-05-07 13:07:46 +00:00
f6d6e557a6 Accepting request 659430 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=2
2018-12-24 10:38:15 +00:00
3fb9ca1437 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=7
2018-12-04 14:24:20 +00:00
1b4a8f2988 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=6
2018-12-04 13:32:51 +00:00
3d5afbb6ef Accepting request 512801 from devel:languages:python
Needed by latest version of python-pyramid

OBS-URL: https://build.opensuse.org/request/show/512801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=1
2017-08-17 09:51:03 +00:00
Todd R
95483259ef Accepting request 510412 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/510412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=2
2017-07-18 14:47:36 +00:00
Todd R
2502ffcebf - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=1
2017-07-17 18:34:03 +00:00