Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-service-tar_scm for openSUSE:Factory checked in at 2021-07-18 23:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old) and /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-tar_scm" Sun Jul 18 23:44:59 2021 rev:68 rq:906274 version:0.10.27.1626072657.0fb7a03 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes 2021-07-02 13:26:29.661213430 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new.2632/obs-service-tar_scm.changes 2021-07-18 23:45:11.622933175 +0200 @@ -1,0 +2,8 @@ +Wed Jul 14 09:21:11 UTC 2021 - fschrei...@suse.com + +- Update to version 0.10.27.1626072657.0fb7a03: + * [ci] enhanced github actions for multiple python versions + * Create main.yml + * Change date format from short to %Y%m%d. + +------------------------------------------------------------------- Old: ---- obs-service-tar_scm-0.10.26.1624258505.aed4969.tar.gz New: ---- obs-service-tar_scm-0.10.27.1626072657.0fb7a03.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-tar_scm.spec ++++++ --- /var/tmp/diff_new_pack.s7yCH1/_old 2021-07-18 23:45:12.158929051 +0200 +++ /var/tmp/diff_new_pack.s7yCH1/_new 2021-07-18 23:45:12.162929021 +0200 @@ -119,8 +119,8 @@ %define pkg_name obs-service-tar_scm Name: %{pkg_name}%{nsuffix} -%define version_unconverted 0.10.26.1624258505.aed4969 -Version: 0.10.26.1624258505.aed4969 +%define version_unconverted 0.10.27.1626072657.0fb7a03 +Version: 0.10.27.1626072657.0fb7a03 Release: 0 Summary: An OBS source service: create tar ball from svn/git/hg License: GPL-2.0-or-later ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.s7yCH1/_old 2021-07-18 23:45:12.194928775 +0200 +++ /var/tmp/diff_new_pack.s7yCH1/_new 2021-07-18 23:45:12.194928775 +0200 @@ -1,5 +1,5 @@ pkgname=obs-service-tar_scm -pkgver=0.10.26.1624258505.aed4969 +pkgver=0.10.27.1626072657.0fb7a03 pkgrel=0 pkgdesc="Source Service for the OpenSUSE Build Service (OBS)" arch=('any') ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.s7yCH1/_old 2021-07-18 23:45:12.234928466 +0200 +++ /var/tmp/diff_new_pack.s7yCH1/_new 2021-07-18 23:45:12.234928466 +0200 @@ -7,4 +7,4 @@ <param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param> - <param name="changesrevision">cd23cf15c118dbed5ac5847a1c7f627718644570</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">0fb7a03ec1991fa8993d796a7dd36d3fd707b7a1</param></service></servicedata> \ No newline at end of file ++++++ debian.dsc ++++++ --- /var/tmp/diff_new_pack.s7yCH1/_old 2021-07-18 23:45:12.254928313 +0200 +++ /var/tmp/diff_new_pack.s7yCH1/_new 2021-07-18 23:45:12.254928313 +0200 @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-tar-scm -Version: 0.10.26.1624258505.aed4969 +Version: 0.10.27.1626072657.0fb7a03 Provides: obs-service-obs_scm, obs-service-tar Binary: obs-service-tar_scm Maintainer: Adrian Schroeter <adr...@suse.de> ++++++ obs-service-tar_scm-0.10.26.1624258505.aed4969.tar.gz -> obs-service-tar_scm-0.10.27.1626072657.0fb7a03.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.26.1624258505.aed4969/.github/workflows/main.yml new/obs-service-tar_scm-0.10.27.1626072657.0fb7a03/.github/workflows/main.yml --- old/obs-service-tar_scm-0.10.26.1624258505.aed4969/.github/workflows/main.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/obs-service-tar_scm-0.10.27.1626072657.0fb7a03/.github/workflows/main.yml 2021-07-12 08:50:57.000000000 +0200 @@ -0,0 +1,42 @@ +# This is a basic workflow to help you get started with Actions + +name: Testing +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: [ master ] + pull_request: + branches: [ master ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + strategy: + matrix: + python-version: [ '2.x', '3.x', 'pypy-2.6', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7' ] + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + - name: Setup python + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + + # Runs a single command using the runners shell + #- name: Run a one-line script + # run: make check3 + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + pip install -f requirements.txt + make check diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.26.1624258505.aed4969/.gitignore new/obs-service-tar_scm-0.10.27.1626072657.0fb7a03/.gitignore --- old/obs-service-tar_scm-0.10.26.1624258505.aed4969/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/obs-service-tar_scm-0.10.27.1626072657.0fb7a03/.gitignore 2021-07-12 08:50:57.000000000 +0200 @@ -0,0 +1,8 @@ +tar_scm +*.pyc +.*.sw? +tmp/ +.coverage +htmlcov/ +test*.log +cover*.log diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.26.1624258505.aed4969/TarSCM/scm/git.py new/obs-service-tar_scm-0.10.27.1626072657.0fb7a03/TarSCM/scm/git.py --- old/obs-service-tar_scm-0.10.26.1624258505.aed4969/TarSCM/scm/git.py 2021-06-21 08:55:05.000000000 +0200 +++ new/obs-service-tar_scm-0.10.27.1626072657.0fb7a03/TarSCM/scm/git.py 2021-07-12 08:50:57.000000000 +0200 @@ -252,7 +252,7 @@ versionformat = self._detect_version_tag_offset( self._parent_tag, versionformat) - log_cmd = self._get_scm_cmd() + ['log', '-n1', '--date=short', + log_cmd = self._get_scm_cmd() + ['log', '-n1', '--date=format:%Y%m%d', "--pretty=format:%s" % versionformat] if self.revision: log_cmd.append('--source')