-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from apel/release-2.3.0-2
Release 2.3.0-2 to master
- Loading branch information
Showing
8 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
Changelog for ssm | ||
================= | ||
* Wed Nov 28 2018 Adrian Coveney <[email protected]> - 2.3.0-2 | ||
- Updated build and test files only. | ||
|
||
* Wed Aug 16 2018 Adrian Coveney <[email protected]> - 2.3.0-1 | ||
- Added support for stomp.py versions from 3.1.6 onwards which allows for | ||
builds on Ubuntu Trusty and should enable IPv6 support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
Name: apel-ssm | ||
Version: 2.3.0 | ||
%define releasenumber 1 | ||
%define releasenumber 2 | ||
Release: %{releasenumber}%{?dist} | ||
Summary: Secure stomp messenger | ||
|
||
|
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT | |
%doc %_defaultdocdir/%{name} | ||
|
||
%changelog | ||
* Wed Nov 28 2018 Adrian Coveney <[email protected]> - 2.3.0-2 | ||
- Updated build and test files only. | ||
|
||
* Wed Aug 16 2018 Adrian Coveney <[email protected]> - 2.3.0-1 | ||
- Added support for stomp.py versions from 3.1.6 onwards which allows for | ||
builds on Ubuntu Trusty and should enable IPv6 support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Constraints that apply to pip installed requirements | ||
|
||
# coveralls dependency that needs an older version for Python 2.6 | ||
pycparser<2.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Additional requirements for the unit and coverage tests | ||
|
||
# Constraints on the requirements below | ||
-c constraints.txt | ||
|
||
unittest2 | ||
coveralls | ||
mock | ||
codecov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Base requirements for ssm | ||
|
||
stomp.py>=3.1.1 | ||
python-daemon<2.2.0 | ||
python-ldap | ||
dirq | ||
# Dependencies for testing | ||
unittest2 | ||
coveralls | ||
mock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters