Skip to content

Commit f23b929

Browse files
author
Martin Gallo
committed
Minor v0.1.12.1 release
Source build didn'd included header files and thus builds from pip source were failing.
1 parent 19e929b commit f23b929

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AppVeyor configuration based on https://github.com/guedou/scapy-appveyor/blob/master/appveyor.yml
22

3-
version: "v0.1.13.dev0-{build}"
3+
version: "v0.1.12.1-{build}"
44

55
environment:
66

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ include README.md
55
include requirements.txt
66
include requirements-optional.txt
77

8+
# Include header files
9+
include pysapcompress/*.h
10+
811
# Include the docs
912
recursive-include docs *
1013

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ pysap - Python library for crafting SAP's network protocols packets
1010

1111
Copyright (C) 2012-2016 by Martin Gallo, Core Security
1212

13-
Version 0.1.13.dev0 (XXX 201X)
13+
Version 0.1.12.1 (December 2016)
1414

1515

1616
Overview
1717
--------
1818

19-
[SAP Netweaver](https://www.sap.com/platform/netweaver/index.epx) is a
19+
[SAP Netweaver](https://www.sap.com/platform/netweaver/index.epx) is a
2020
technology platform for building and integrating SAP business applications.
2121
Communication between components uses different network protocols. While
2222
some of them are standard and well-known protocols, others are proprietaries
@@ -53,7 +53,7 @@ Features
5353
* Client, proxy and server classes implemented for some of the protocols.
5454

5555
* Example scripts to illustrate the use of the different modules and protocols.
56-
56+
5757

5858
Installation
5959
------------
@@ -89,7 +89,7 @@ Contributions made by:
8989
* Florian Grunow
9090
* Scott Walsh ([@invisiblethreat](https://github.com/invisiblethreat))
9191
* Joris van de Vis ([@jvis](https://twitter.com/jvis))
92-
* Victor Portal Gonzalez
92+
* Victor Portal Gonzalez
9393
* Dmitry Yudin ([@ret5et](https://github.com/ret5et))
9494
* Hans-Christian Esperer ([@hce](https://github.com/hce))
9595
* Vahagn Vardanyan ([@vah13](https://github.com/vah13))
@@ -99,5 +99,5 @@ Contact
9999
-------
100100

101101
Whether you want to report a bug or give some suggestions on this package, drop
102-
us a few lines at `[email protected]` or contact the author email
102+
us a few lines at `[email protected]` or contact the author email
103103

pysap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
__title__ = 'pysap'
6262
"""The title of the library"""
6363

64-
__version__ = '0.1.13.dev0'
64+
__version__ = '0.1.12.1'
6565
"""The version of pysap"""
6666

6767
__url__ = "https://www.coresecurity.com/corelabs-research/open-source-tools/pysap"

0 commit comments

Comments
 (0)