7 Commits

Author SHA256 Message Date
388796a3d2 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=7
2024-03-08 22:34:31 +00:00
144a452217 Accepting request 1153656 from devel:languages:perl:autoupdate
- updated to 0.024
   see /usr/share/doc/packages/perl-JIRA-REST/Changes
  0.024     2024-01-21 14:05:30-03:00 America/Sao_Paulo
    [Enhancement]
    - JIRA::REST gives up on trying to decode the error messages returned by
      Jira. They are inconsistent and undocumented, as far as I know. From now on,
      we simply show the JSON object containing the error message.
    - Don't croak anymore on the PUT and POST methods when the third argument
      (value) is undefined. There are API endpoints for which this makes sense.

OBS-URL: https://build.opensuse.org/request/show/1153656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=6
2024-03-07 17:23:19 +00:00
3c2f862c1a Accepting request 969143 from devel:languages:perl:autoupdate
- updated to 0.023
   see /usr/share/doc/packages/perl-JIRA-REST/Changes
  0.023     2022-04-10 20:54:14-03:00 America/Sao_Paulo
    [New features]
    - Implement the new JIRA::REST::rest_client auxiliary method to make it
      OK to get to the underlying REST::Client object.
    [Documentation]
    - Implement two new example scripts showing how to deal with attachments. The
      download_attachment.pl script uses the new J::R::rest_client method.
    - Update the Perl and Jira Compatibility Policy section.

OBS-URL: https://build.opensuse.org/request/show/969143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=5
2022-04-13 19:20:42 +00:00
Lars Vogdt
68f0265357 Accepting request 943088 from devel:languages:perl:autoupdate
- updated to 0.022
   see /usr/share/doc/packages/perl-JIRA-REST/Changes
  0.022     2021-12-19 16:22:52-03:00 America/Sao_Paulo
    [Deprecation]
    - The new_session constructor is deprecated. New code should use the 'session'
      argument to the default constructor.
    [New features]
    - Martin Sluka kindly added support for Personal Access Tokens so that it's
      now possible to authenticate without usernames and passwords. This requires
      at least Jira 8.14.
    - Add the 'session' argument to the constructor.
    [Enhancement]
    - Martin Sluka also kindly contributed code to make JIRA::REST do not send
      Authorization HTTP headers if we've set up a session. This lessens the
      burden to Jira, which may be significant for scripts making lots of calls.
    - The example scripts were refactored to be modernized.

OBS-URL: https://build.opensuse.org/request/show/943088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=4
2022-01-01 17:44:34 +00:00
bb8da37352 Accepting request 870479 from devel:languages:perl:autoupdate
- updated to 0.021
   see /usr/share/doc/packages/perl-JIRA-REST/Changes
  0.021     2021-02-05 22:14:44-03:00 America/Sao_Paulo
    [Deprecation]
    - Since CentOS 6 reached EOL on December/2020, following our policy we're
      dropping support for it and, consequently, for Perl 5.10. Now Jira::REST
      requires Perl 5.16, which ships with CentOS 7, which will reach EOL on July,
      2024.
    [Enhancement]
    - Now the constructor sets up a cookie jar on the LWP::UserAgent object
      inside, so that it can keep and use the session cookies it gets from the
      server, making it possible to establish and keep user sessions. This is
      particularly useful when interacting with Jira Data Center instances.
    [New feature]
    - A new constructor called 'new_session' is implemented. It accepts the same
      options as the default constructor 'new', invokes it and then creates a user
      session, which is destroyed during destruction of the JIRA::REST
      object.

OBS-URL: https://build.opensuse.org/request/show/870479
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=3
2021-02-11 11:26:56 +00:00
Lars Vogdt
d6fa5a51cf Accepting request 745149 from devel:languages:perl:autoupdate
- updated to 0.020
   see /usr/share/doc/packages/perl-JIRA-REST/Changes
  0.020     2019-11-02 23:13:42-03:00 America/Sao_Paulo
  
    [Documentation]
  
    - Some fixes, a new reference to JIRA::REST::OAuth, a new example script
      showing how to add a comment.

OBS-URL: https://build.opensuse.org/request/show/745149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=2
2019-11-05 23:19:07 +00:00
Stephan Kulow
e21f99ce5c initial package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-REST?expand=0&rev=1
2019-04-03 07:48:34 +00:00