forked from pool/python-pypubsub
- Fix _service ... all services should be disabled.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypubsub?expand=0&rev=2
This commit is contained in:
4
_service
4
_service
@@ -1,10 +1,10 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_url">
|
<service name="download_url" mode="disabled">
|
||||||
<param name="protocol">https</param>
|
<param name="protocol">https</param>
|
||||||
<param name="host">github.com</param>
|
<param name="host">github.com</param>
|
||||||
<param name="path">schollii/pypubsub/archive/refs/tags/v4.0.3.tar.gz</param>
|
<param name="path">schollii/pypubsub/archive/refs/tags/v4.0.3.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="verify_file">
|
<service name="verify_file" mode="disabled">
|
||||||
<param name="file">_service:download_url:v4.0.3.tar.gz</param>
|
<param name="file">_service:download_url:v4.0.3.tar.gz</param>
|
||||||
<param name="verifier">sha256</param>
|
<param name="verifier">sha256</param>
|
||||||
<param name="checksum">0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2</param>
|
<param name="checksum">0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2</param>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2
|
|
||||||
size 174033
|
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 30 07:02:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Fix _service ... all services should be disabled.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 30 04:30:49 UTC 2021 - Oleksis Fraga <oleksis.fraga@gmail.com>
|
Tue Nov 30 04:30:49 UTC 2021 - Oleksis Fraga <oleksis.fraga@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pypubsub
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@@ -73,9 +73,3 @@ popd
|
|||||||
%{python_sitelib}/%{src_name}-%{version}*-info
|
%{python_sitelib}/%{src_name}-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 30 04:30:49 UTC 2021 - Oleksis Fraga <oleksis.fraga@gmail.com>
|
|
||||||
- Use BSD 2-Clause "Simplified" License
|
|
||||||
* Sun Nov 28 22:19:37 UTC 2021 - Oleksis Fraga <oleksis.fraga@gmail.com>
|
|
||||||
- update to version 4.0.3-1
|
|
||||||
* initial package python-pypubsub
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user