#45 Bump release
Merged 3 years ago by humaton. Opened 3 years ago by humaton.
humaton/fedscm-admin minor_changes  into  master

file modified
+2 -2
@@ -406,10 +406,10 @@ 

      click.echo('    Name:             {0}'.format(repo))

      click.echo('    Branch:           {0}'.format(branch_name))

      click.echo('    Upstream Url:     {0}'.format(upstreamurl))

-     click.echo('    Summary:          {0}'.format(issue_body_json['summary']))

+     click.echo('    Summary:          {0}'.format(issue_body_json.get('summary', '')))

      click.echo('    Description:      {0}'.format(description))

      click.echo('    SLs:              {0}'.format(', '.join(sla_list)))

-     click.echo('    Monitor:          {0}'.format(issue_body_json['monitor']))

+     click.echo('    Monitor:          {0}'.format(issue_body_json.get('monitor', '')))

  

      if force:

          msg = '    WARNING:          The Bugzilla bug validation was skipped'

file added
+7
@@ -0,0 +1,7 @@ 

+ click~=7.1.2

+ mock~=4.0.2

+ requests~=2.24.0

+ setuptools~=49.2.1

+ python-fedora~=1.0.0

+ six~=1.15.0

+ python-bugzilla~=2.5.0 

\ No newline at end of file

file modified
+1 -1
@@ -20,5 +20,5 @@ 

      packages=['fedscm_admin'],

      package_dir={'fedscm_admin': 'fedscm_admin'},

      url='https://pagure.io/fedscm_admin',

-     version='1.0.13',

+     version='1.0.14',

  )

no initial comment

Build succeeded.

  • tox : SUCCESS in 3m 26s

Pull-Request has been merged by humaton

3 years ago