Projects
osmocom:master
pyosmocom
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
commit_5b30c8a1e179fa5c688c81bb2e3aa72bea21bb2b.txt
Deleted
View file
commit_b899e3fd866cfe1fc78a69a3e2359cd2bb826f85.txt
Added
View file
pyosmocom_0.0.4.203.5b30.dsc -> pyosmocom_0.0.4.204.b899.dsc
Changed
@@ -2,7 +2,7 @@ Source: pyosmocom Binary: python3-pyosmocom-doc, python3-pyosmocom Architecture: all -Version: 0.0.4.203.5b30 +Version: 0.0.4.204.b899 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/pyosmocom/wiki Standards-Version: 3.9.8 @@ -13,8 +13,8 @@ python3-pyosmocom deb python optional arch=all python3-pyosmocom-doc deb doc optional arch=all Checksums-Sha1: - a2309268347643072527669870b66fb51eaa2648 31876 pyosmocom_0.0.4.203.5b30.tar.xz + 762d013a1b204553dafe41ca0827cfdabb48de4e 31872 pyosmocom_0.0.4.204.b899.tar.xz Checksums-Sha256: - 09339359c68a4e434d701847fe21cc9bba7934b44de1c647e884c07623c485df 31876 pyosmocom_0.0.4.203.5b30.tar.xz + 4c4627633d4609b5e7d59dfb0d3a8b1a9974726b5ff9dc11c2e546d432451652 31872 pyosmocom_0.0.4.204.b899.tar.xz Files: - 82dc510d66c2d41c7bcaee33f651f92f 31876 pyosmocom_0.0.4.203.5b30.tar.xz + e90c8606c34a3952692aa213fc3cc9cb 31872 pyosmocom_0.0.4.204.b899.tar.xz
View file
pyosmocom_0.0.4.203.5b30.tar.xz/.tarball-version -> pyosmocom_0.0.4.204.b899.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.0.4.203-5b30 +0.0.4.204-b899
View file
pyosmocom_0.0.4.203.5b30.tar.xz/debian/changelog -> pyosmocom_0.0.4.204.b899.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -pyosmocom (0.0.4.203.5b30) unstable; urgency=medium +pyosmocom (0.0.4.204.b899) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 24 Sep 2024 07:48:55 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 26 Sep 2024 07:39:12 +0000 pyosmocom (0.0.4) unstable; urgency=medium
View file
pyosmocom_0.0.4.203.5b30.tar.xz/tests/test_construct.py -> pyosmocom_0.0.4.204.b899.tar.xz/tests/test_construct.py
Changed
@@ -6,21 +6,21 @@ # pylint: disable=no-name-in-module from construct import FlagsEnum -tests = +class TestGreedyInt(unittest.TestCase): + tests = ( b'\x80', 0x80 ), ( b'\x80\x01', 0x8001 ), ( b'\x80\x00\x01', 0x800001 ), ( b'\x80\x23\x42\x01', 0x80234201 ), - + -class TestGreedyInt(unittest.TestCase): def test_GreedyInt_decoder(self): gi = GreedyInteger() - for t in tests: + for t in self.tests: self.assertEqual(gi.parse(t0), t1) def test_GreedyInt_encoder(self): gi = GreedyInteger() - for t in tests: + for t in self.tests: self.assertEqual(t0, gi.build(t1)) pass
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.