Projects
osmocom:master
osmo-python-tests
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
commit_2867a2b1cd3b75e92df15d944baa42f737d11b44.txt
Added
View file
commit_bb772eea0ddc250896ca078cfb28956edad0f9d4.txt
Deleted
View file
osmo-python-tests_0.3.0.167.bb77.tar.xz/setup.py
Deleted
@@ -1,46 +0,0 @@ -#!/usr/bin/env python3 -# Osmopython: test utilities for osmocom programs -# Copyright (C) 2013 Katerina Barone-Adesi kat.obsc@gmail.com - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -from setuptools import setup, find_packages -from osmopy import __version__ -import sys - -scripts = - "scripts/osmodumpdoc.py", - "scripts/osmotestvty.py", - "scripts/osmotestconfig.py", - "scripts/osmo_ctrl.py", - "scripts/osmo_rate_ctr2csv.py", - "scripts/osmo_trap2cgi.py", - "scripts/osmo_interact_vty.py", - "scripts/osmo_interact_ctrl.py", - "scripts/osmo_verify_transcript_vty.py", - "scripts/osmo_verify_transcript_ctrl.py", - - -setup( - name = 'osmopython', - version = __version__, - packages = find_packages(), - scripts = scripts, - license = "AGPLv3", - description = "Osmopython: osmocom testing scripts", - author = "Katerina Barone-Adesi", - author_email = "kat.obsc@gmail.com" -) - -# vim: expandtab tabstop=4 shiftwidth=4
View file
osmo-python-tests_0.3.0.167.bb77.dsc -> osmo-python-tests_0.3.0.168.2867.dsc
Changed
@@ -2,19 +2,19 @@ Source: osmo-python-tests Binary: python3-osmopy-libs, python3-osmopy-utils Architecture: all -Version: 0.3.0.167.bb77 +Version: 0.3.0.168.2867 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests -Build-Depends: debhelper (>= 10), dh-python, python3, python3-setuptools +Build-Depends: debhelper (>= 10), pybuild-plugin-pyproject | dh-python, python3, python3-setuptools Package-List: python3-osmopy-libs deb python optional arch=all python3-osmopy-utils deb python optional arch=all Checksums-Sha1: - 8435c7166e2d77be8dbadde27774bb82f5122be4 24848 osmo-python-tests_0.3.0.167.bb77.tar.xz + 8957e379a5e5208264fcedc6e25fbc38161a198c 25332 osmo-python-tests_0.3.0.168.2867.tar.xz Checksums-Sha256: - dd94ed77bb8dfb1e9a683545a44e07521931f757b63c08ed25e00dee41c87924 24848 osmo-python-tests_0.3.0.167.bb77.tar.xz + 49c46fd8a6ac5565a754f74ae5ea0ac3357e83515cfea9d3012e6b3d9d1b326c 25332 osmo-python-tests_0.3.0.168.2867.tar.xz Files: - a311b570821f0c4dd17e4e5bdc90b975 24848 osmo-python-tests_0.3.0.167.bb77.tar.xz + 8e25bd2131828d2939ac5773bcbca635 25332 osmo-python-tests_0.3.0.168.2867.tar.xz
View file
osmo-python-tests_0.3.0.167.bb77.tar.xz/.tarball-version -> osmo-python-tests_0.3.0.168.2867.tar.xz/.tarball-version
Changed
@@ -1,1 +1,1 @@ -0.3.0.167-bb77 +0.3.0.168-2867
View file
osmo-python-tests_0.3.0.168.2867.tar.xz/contrib/setup.py
Added
@@ -0,0 +1,49 @@ +#!/usr/bin/env python3 +# ----------------------------------------------------------------------------- +# Legacy build script for older distributions that can't use pyproject.toml yet +# ----------------------------------------------------------------------------- +# Osmopython: test utilities for osmocom programs +# Copyright (C) 2013 Katerina Barone-Adesi kat.obsc@gmail.com + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +from setuptools import setup, find_packages +from osmopy import __version__ +import sys + +scripts = + "scripts/osmodumpdoc.py", + "scripts/osmotestvty.py", + "scripts/osmotestconfig.py", + "scripts/osmo_ctrl.py", + "scripts/osmo_rate_ctr2csv.py", + "scripts/osmo_trap2cgi.py", + "scripts/osmo_interact_vty.py", + "scripts/osmo_interact_ctrl.py", + "scripts/osmo_verify_transcript_vty.py", + "scripts/osmo_verify_transcript_ctrl.py", + + +setup( + name = 'osmopython', + version = __version__, + packages = find_packages(), + scripts = scripts, + license = "AGPLv3", + description = "Osmopython: osmocom testing scripts", + author = "Katerina Barone-Adesi", + author_email = "kat.obsc@gmail.com" +) + +# vim: expandtab tabstop=4 shiftwidth=4
View file
osmo-python-tests_0.3.0.167.bb77.tar.xz/debian/changelog -> osmo-python-tests_0.3.0.168.2867.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-python-tests (0.3.0.167.bb77) unstable; urgency=medium +osmo-python-tests (0.3.0.168.2867) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 27 May 2026 19:22:22 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 17 Jul 2026 09:18:40 +0000 osmo-python-tests (0.3.0) unstable; urgency=medium
View file
osmo-python-tests_0.3.0.167.bb77.tar.xz/debian/control -> osmo-python-tests_0.3.0.168.2867.tar.xz/debian/control
Changed
@@ -2,7 +2,11 @@ Section: python Priority: optional Maintainer: Osmocom team <openbsc@lists.osmocom.org> -Build-Depends: debhelper (>= 10), dh-python, python3, python3-setuptools +Build-Depends: + debhelper (>= 10), + pybuild-plugin-pyproject | dh-python, + python3, + python3-setuptools, Standards-Version: 3.9.8 Homepage: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
View file
osmo-python-tests_0.3.0.167.bb77.tar.xz/debian/rules -> osmo-python-tests_0.3.0.168.2867.tar.xz/debian/rules
Changed
@@ -2,3 +2,17 @@ %: dh $@ --with python3 --buildsystem=pybuild + +# Remove this section and setup.py after python3-setuptools in all debian +# releases we support is >= 70 +override_dh_auto_clean: + set -x; \ + SETUPTOOLS_VER="$$(dpkg-query \ + --showformat='$${Version}' \ + --show python3-setuptools)"; \ + if dpkg --compare-versions "$$SETUPTOOLS_VER" lt 70.0.0; then \ + rm -f pyproject.toml; \ + install -Dm755 contrib/setup.py setup.py; \ + fi + + dh_auto_clean
View file
osmo-python-tests_0.3.0.168.2867.tar.xz/pyproject.toml
Added
@@ -0,0 +1,35 @@ +# When modifying this file, consider adjusting contrib/setup.py for old distros + +project +name = "osmopython" +description = "Osmocom testing scripts" +license = "AGPL-3.0-or-later" +dynamic = "version" +authors = + {name = "Osmocom team", email = "openbsc@lists.osmocom.org"}, + {name = "Katerina Barone-Adesi", email = "kat.obsc@gmail.com"}, + + +build-system +requires = "setuptools", "wheel" +build-backend = "setuptools.build_meta" + +tool.setuptools +script-files = + "scripts/osmodumpdoc.py", + "scripts/osmotestvty.py", + "scripts/osmotestconfig.py", + "scripts/osmo_ctrl.py", + "scripts/osmo_rate_ctr2csv.py", + "scripts/osmo_trap2cgi.py", + "scripts/osmo_interact_vty.py", + "scripts/osmo_interact_ctrl.py", + "scripts/osmo_verify_transcript_vty.py", + "scripts/osmo_verify_transcript_ctrl.py", + + +tool.setuptools.packages.find +include = "osmopy*" + +tool.setuptools.dynamic +version = {attr = "osmopy.__version__"}
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
.