Browse Source

upgrading package: crossbar 18.9.2 -> 18.10.1

master
parent
commit
40a97231ee
  1. 30
      crossbar/crossbar.patch
  2. 6
      crossbar/crossbar.spec

30
crossbar/crossbar.patch

@ -1,21 +1,21 @@
Index: requirements-min.txt
--- requirements-min.txt.orig 2018-07-28 22:19:30.000000000 +0200
+++ requirements-min.txt 2018-07-28 22:45:30.960218000 +0200
@@ -14,7 +14,6 @@
mistune>=0.7.4
Pygments>=2.2.0
PyYAML>=3.12
--- requirements-min.txt.orig 2018-10-20 22:50:45.435469000 +0200
+++ requirements-min.txt 2018-10-20 22:52:07.149535000 +0200
@@ -24,7 +24,6 @@
pyqrcode>=1.2.1
pytrie>=0.3
pyyaml>=3.12
-sdnotify>=0.3.1
psutil>=5.2.2
lmdb>=0.92
u-msgpack-python>=2.4.1
service_identity>=17.0.0
setproctitle>=1.1.10
setuptools>=36.0.1
Index: requirements.txt
--- requirements.txt.orig 2018-07-28 22:45:30.960434000 +0200
+++ requirements.txt 2018-07-28 22:46:08.667464000 +0200
@@ -229,8 +229,6 @@
requests==2.19.1 \
--hash=sha256:63b52e3c866428a224f97cab011de738c36aec0185aa91cfacd418b5d58911d1 \
--hash=sha256:ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a
--- requirements.txt.orig 2018-10-20 22:50:45.436783000 +0200
+++ requirements.txt 2018-10-20 22:51:54.903667000 +0200
@@ -215,8 +215,6 @@
requests==2.20.0 \
--hash=sha256:99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c \
--hash=sha256:a84b8c9ab6239b578f22d1c21d51b696dcfe004032bb80ea832398d6909d7279
-sdnotify==0.3.2 \
- --hash=sha256:73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1
service_identity==17.0.0 \

6
crossbar/crossbar.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 18.9.2
%define V_dist 18.9.2
%define V_opkg 18.10.1
%define V_dist 18.10.1
# package information
Name: crossbar
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: AGPL
Version: %{V_opkg}
Release: 20180910
Release: 20181020
# list of sources
Source0: https://github.com/crossbario/crossbar/archive/v%{V_dist}.tar.gz

Loading…
Cancel
Save