Commit Graph

40 Commits

Author SHA256 Message Date
Ana Guerrero
f396e96dac Accepting request 1126823 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1126823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=22
2023-11-17 19:48:34 +00:00
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
Dominique Leuenberger
d26de6fbf6 Accepting request 1102380 from 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/1102380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=21
2023-08-05 10:54:58 +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
Ana Guerrero
710e17e4df Accepting request 1100942 from devel:languages:python
- 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/request/show/1100942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=20
2023-07-27 14:49:52 +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
Dominique Leuenberger
eadb173a71 Accepting request 1085626 from devel:languages:python
- 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/request/show/1085626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=19
2023-05-10 14:16:19 +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
Dominique Leuenberger
03896d6a0b Accepting request 1083131 from devel:languages:python
- move documentation into the main package for SLE15

OBS-URL: https://build.opensuse.org/request/show/1083131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=18
2023-04-28 14:22:24 +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
Dominique Leuenberger
1b1150752e Accepting request 1081978 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=17
2023-04-22 20:01:46 +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
Dominique Leuenberger
2161384a30 Accepting request 1003549 from devel:languages:python
- Fix documentation generation.
- 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/1003549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=16
2022-09-15 20:57:49 +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
Dominique Leuenberger
f98c70fab6 Accepting request 819672 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/819672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=15
2020-07-15 10:05:08 +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
Dominique Leuenberger
c4dd128e49 Accepting request 655588 from devel:languages:python
- Fix fdupes call

- Trim bias from description.

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/655588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=14
2018-12-13 18:47:36 +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
21b8f0c93f Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=20
2018-12-04 17:10:27 +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
Dominique Leuenberger
31197a34fc Accepting request 493371 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=13
2017-05-10 18:50:34 +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
Dominique Leuenberger
fd81f32543 Accepting request 429471 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/429471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=12
2016-09-24 13:28:10 +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
Dominique Leuenberger
04e8be1129 Accepting request 372864 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/372864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=11
2016-03-18 20:41:24 +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
Dominique Leuenberger
3d6180a4d3 Accepting request 287336 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/287336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=10
2015-02-24 12:02:39 +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
Stephan Kulow
d173ba7c77 Accepting request 179740 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=7
2013-06-19 14:26:45 +00:00
Sascha Peilicke
f4c7c35445 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=9
2013-06-17 12:50:11 +00:00
Stephan Kulow
b32d9cdfea Accepting request 142802 from devel:languages:python
Removed openSUSE 11.4 spec file workarounds (forwarded request 142743 from TheBlackCat) (forwarded request 142790 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=5
2012-11-28 13:32:39 +00:00
Todd R
9cd6054cd8 Accepting request 142790 from devel:languages:python3
Removed openSUSE 11.4 spec file workarounds (forwarded request 142743 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=7
2012-11-25 11:13:44 +00:00
Ismail Dönmez
3066a01766 Accepting request 131003 from devel:languages:python
python3 package added (forwarded request 130838 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/131003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=4
2012-08-23 14:05:38 +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
Stephan Kulow
f37a7ac11b Accepting request 126126 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/126126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=3
2012-06-26 15:52:40 +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
Stephan Kulow
5315b2fdc9 Accepting request 109153 from devel:languages:python
Please add

OBS-URL: https://build.opensuse.org/request/show/109153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=1
2012-03-20 10:31:52 +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