File: 0002-Fixed-version-string.patch

package info (click to toggle)
python-macholib 1.11%2Brepack0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 508 kB
  • sloc: python: 4,273; makefile: 127
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?=22IOhannes_m_zm=C3=B6lnig_=28Debian/GNU=29=22?=
 <umlaeute@debian.org>
Date: Wed, 5 Sep 2018 20:56:43 +0200
Subject: Fixed version string

---
 macholib/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macholib/__init__.py b/macholib/__init__.py
index f77c794..85bbe64 100644
--- a/macholib/__init__.py
+++ b/macholib/__init__.py
@@ -5,4 +5,4 @@ See the relevant header files in /usr/include/mach-o
 
 And also Apple's documentation.
 """
-__version__ = '1.10'
+__version__ = '1.11'