Commit Graph

19 Commits

Author SHA256 Message Date
Markéta Machová
1e82a7ea6b Accepting request 1126720 from home:benoit_monin:branches:devel:languages:python
- update to version 1.7.0
- require python >= 3.8: upstream dropped 3.7 support
- drop setuptools and wheel, add flit-core as BuildRequires: upstream switched build system

OBS-URL: https://build.opensuse.org/request/show/1126720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=39
2023-11-16 10:27:59 +00:00
56c3bf353b Accepting request 1101522 from home:dgarcia:branches:devel:languages:python
- Remove no-stdpy-pyc.patch
- Call directly to the sphinx module with the specific python
  interpreter to avoid the usage of default python, bsc#1213698.

OBS-URL: https://build.opensuse.org/request/show/1101522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=37
2023-08-04 11:48:49 +00:00
bbc77e687b - Add no-stdpy-pyc.patch which makes Sphinx not to generate
*.pyc files for the Python interpreter it uses for generating
  documentation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=35
2023-07-26 22:10:36 +00:00
df13315a43 - Update to 1.6.2:
* Type annotations are not evaluated at runtime. typing-extensions
    is not a runtime dependency. :pr:`94`
- 1.6.1:
  * Ensure that py.typed is present in the distributions (to enable
    other projects to use blinker's typing).
  * Require typing-extensions > 4.2 to ensure it includes ParamSpec.
    :issue:`90`
- 1.6:
  * Add a muted context manager to temporarily turn off a signal.
    :pr:`84`
  * Allow int senders (alongside existing string senders). :pr:`83`
  * Add a send_async method to the Signal to allow signals to send to
    coroutine receivers. :pr:`76`
  * Update and modernise the project structure to match that used by
    the pallets projects. :pr:`77`
  * Add an intial set of type hints for the project.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=33
2023-05-09 06:27:32 +00:00
86a0c97b18 - move documentation into the main package for SLE15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=31
2023-04-26 21:31:48 +00:00
97da0454b4 Accepting request 1081350 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=29
2023-04-21 14:52:04 +00:00
1e0e551d41 - Fix documentation generation.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=27
2022-09-14 13:56:16 +00:00
Markéta Machová
cf9e49fb01 Accepting request 1003020 from home:apersaud:branches:devel:languages:python
Note: not sure if creating the docs via Sphinx is done as it should be... copied this from some other projects in d:l:p.

- specfile:
  * update copyright year
  * remove patch python-blinker-remove-nose.patch; included upstream
  * docs and license changed to .rst
  * build docs using Sphinx
- update to version 1.5:
  * Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython
    may continue to work, but the next release will make incompatible
    changes.

OBS-URL: https://build.opensuse.org/request/show/1003020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=26
2022-09-14 08:15:43 +00:00
Tomáš Chvátal
895a2b9eb4 Accepting request 819488 from home:pgajdos:python
- use pytest instead of deprecated nose
- added patches
  https://github.com/jek/blinker/pull/60
  + python-blinker-remove-nose.patch

OBS-URL: https://build.opensuse.org/request/show/819488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=24
2020-07-09 06:44:46 +00:00
Tomáš Chvátal
207e956484 - Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=22
2018-12-06 11:25:03 +00:00
cc652dfc62 Accepting request 654137 from home:jengelh:branches:devel:languages:python
- Trim bias from description.

OBS-URL: https://build.opensuse.org/request/show/654137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=21
2018-12-05 08:29:43 +00:00
eea9d21df3 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=19
2018-12-04 13:17:06 +00:00
abe5717ab7 Accepting request 493334 from home:benoit_monin:branches:devel:languages:python
- convert the package to singlespec
- call fdupes to fix duplicated files
- remove unneeded buildrequires: unzip
- remove unneded doc file that trigger rpmlint
- put the documentation in a separate sub-package

OBS-URL: https://build.opensuse.org/request/show/493334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=17
2017-05-08 01:39:03 +00:00
4a9976da4e - Include in SLES 12 (FATE#321371, bsc#998103)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=15
2016-09-15 13:52:48 +00:00
883e671705 Accepting request 369885 from home:kfreitag:branches:devel:languages:python
- use setup.py option to record file list for rpm package 

- Fixed doc section in file list 

- update to version 1.4:
  * Verified Python 3.4 support (no changes needed)
  * Additional bookkeeping cleanup for non-ANY connections at disconnect
    time.
  * Added Signal._cleanup_bookeeping() to prune stale bookkeeping on
    demand

OBS-URL: https://build.opensuse.org/request/show/369885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=13
2016-03-14 15:25:16 +00:00
Jan Matejek
6b2a8ebe34 Accepting request 287243 from home:benoit_monin:branches:devel:languages:python
update to version 1.3

OBS-URL: https://build.opensuse.org/request/show/287243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=11
2015-02-23 14:06:52 +00:00
Todd R
9ff9b7ee32 Accepting request 130838 from home:HighwayStar:branches:devel:languages:python
python3 package added

OBS-URL: https://build.opensuse.org/request/show/130838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=5
2012-08-16 08:04:37 +00:00
Sascha Peilicke
6bf4dc5b51 - Update to version 1.2:
+ Added Signal.receiver_connected and
    Signal.receiver_disconnected per-Signal signals.
  + Deprecated the global 'receiver_connected' signal.
  + Verified Python 3.2 support (no changes needed!)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=3
2012-06-22 13:17:27 +00:00
Sascha Peilicke
bc6345088b - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=1
2011-09-23 12:42:54 +00:00