8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
e90ce6ccc1 Accepting request 1098167 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1098167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Statistics-Descriptive?expand=0&rev=20
2023-07-12 15:27:02 +00:00
f13c83cf59 Accepting request 1097594 from devel:languages:perl:autoupdate
- updated to 3.0801
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0801      2023-07-02
      - Correct typos
          - https://github.com/shlomif/perl-Statistics-Descriptive/pull/8
          - thanks to @anirvan
- updated to 3.0800
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0800      2020-10-17
      - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
          - Move to @SHLOMIF
          - Inspired by Lady_Aleena (Thanks!)
  v0.2.1      2015-04-28
      - Specify minimal version of perl to 5.8.x.
          - CPANTS / Kwalitee
      - Add provides to META.yml.
          - CPANTS / Kwalitee
  v0.2.0      2015-03-09
      - Remove dependency on Moo/MooX/MooX::late.
          - Seemed like an overkill for such a small and simple app.
      - Remove dependency on List::MoreUtils.
          - To avoid unnecessary deps.
  v0.0.5      2015-01-25
      - Add inc/ to the git repo, so minting a new release.
  v0.0.4      2014-05-04
      - Add minimal prereq on Getopt::Long 2.36 for GetOptionsFromArray.
          - There were test failures with older Getopt::Long-s.
  v0.0.3      2014-05-02
      - Convert t/app.t from IPC::System::Simple to Test::Trap hoping to
      fix test failures on MS Windows.
          - we also don't use a separate process now but rather capture
          STDOUT.
  v0.0.2      2014-05-01
      - Change the meta resources/links to point to the actual repository at
      GitHub.
          - Thanks to pyon from Freenode for noticing it.
- updated to 3.0702
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0702      2018-10-25
      - Rephrase some lacking phrasing in the docs.
          - https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
          - Thanks to @melak .
- updated to 3.0701
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0701      2018-07-14
      - Typo corrections thanks to Debian
- updated to 3.0700
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0700      2018-07-13
      - Typo corrections thanks to Debian
      - Added the ->summary() method to Statistics::Descriptive::Full.
          - https://rt.cpan.org/Public/Bug/Display.html?id=82852
          - Thanks to Su-Shee
- updated to 3.0613
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0613      2018-05-02
      - Convert to Dist-Zilla.
- updated to 3.0612
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0612      2016-01-09
      - Move the VCS repository to GitHub.
          - People are more used to it, and it can take part in the CPAN pull-req
          challenge.
  
  3.0611      2016-01-07
      - Apply patch from Debian to correct a spelling error.
          - https://rt.cpan.org/Ticket/Display.html?id=110987
          - Thanks to Salvatore Bonaccorso for the report and patch.
  
  3.0610      2016-01-06
      - Clarified the docs for add_data_with_samples().
          - Some people thought they were repeat counts of the data , but they
          are normally ignored.
      - Replace remaining tabs with spaces.
- updated to 3.0609
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0609      2015-06-19
      - Update some old URLs and addresses.
- Fixed broken link.
- updated to 3.0608
    - Apply patch to speed up skewness calculations.
        - https://rt.cpan.org/Public/Bug/Display.html?id=101422
        - Thanks to Shawn (SLAFFAN).
- updated to 3.0607
   - Fix the List::MoreUtils prereqs.
       - http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3
       - Thanks to Chris Williams (BINGOS) for the CPAN Testers Report.
   - Implement the median_absolute_deviation method.
       - https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff
       - Thanks to Kang-min Liu.
   - Minimal version of perl set to 5.6.0 (CPANTS).
   - Add standalone LICENSE file (CPANTS).
- updated to 3.0605
    - Add t/style-trailing-space.t .
    - Add t/cpan-changes.t .
        - Convert Changes to it.
    - Correct a misspelling of "weight" in
    lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        - Thanks to Wilhelm for the report.
    - Update the scripts/tag-release.pl file for Mercurial.
    - Use in_between to compare decimal numbers
        - Smoothing tests were failing because of rounding problems
        - Thanks to Andreas J. König for reporting it and to
          Fabio Ponciroli for fixing it.
    - Correct a typo:
        - https://rt.cpan.org/Ticket/Display.html?id=77145
        - Thanks to Salvatore Bonaccorso and the Debian Perl Group
        for the report.
    - No longer using Test::Exception in the tests.
        - It was used by the tests and not specified in
        test_requires/build_requires.
        - Thanks to hsk@fli-leibniz.de for the report.
    - Add the smoothing functionality.
        - Add the following public methods: add_data_with_samples(),
        set_smoother(), get_smoothed_data() to the main module.
        - Add the lib/Statistics/Descriptive/Smoother.pm and
        lib/Statistics/Descriptive/Smoother/Exponential.pm
        lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        modules.
        - Thanks to Fabio Ponciroli
    - Add the scripts/bump-version-number.pl to facilitate bumping the
    version number.
    - Add the get_data_without_outliers() and the set_outlier_filter()
    methods.
        - See https://bitbucket.org/barbasa/perl-statistics-descriptive/overview
        - Thanks to Fabio Ponciroli
- updated to 3.0300
   - Now mean() and median() and other routines return undef() if there are
   no data.
   - Somewhat incompatible change: some methods that returned undef() under
   list context now return an empty list (so it will be false).
       - it is generally not recommended to call such methods in list context
       as they should always be called in scalar context.
   - Resolves https://rt.cpan.org/Ticket/Display.html?id=74693
       - thanks to Shawn Laffan for the report and the patch.
   - Fix https://rt.cpan.org/Ticket/Display.html?id=72495 .
       - percentile should not die and should return undef if there are
       no elements in the collection.
- update to 3.0202
    - Moved tag-release.pl to scripts/tag-release.pl (though we now use
      Mercurial instead of Subversion.)
    - Add t/mode.t to test the ->mode() method.
    - Documented ->mode() better.
    - Optimized ->mode().
    - Add some documentation clarifying the 0th percentile return, as it
      returns undef() for representing -inf:
        - Fix https://rt.cpan.org/Ticket/Display.html?id=62055
        - Thanks to Dave Breimann for reporting it.
    - Add the tag-release.pl to tag a release using Subversion.
- switch to perl_requires macro
- initial package 3.0200
  * created by cpanspec 1.78

OBS-URL: https://build.opensuse.org/request/show/1097594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=32
2023-07-11 13:16:02 +00:00
66bc019e6e Accepting request 842989 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/842989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Statistics-Descriptive?expand=0&rev=19
2020-10-26 15:18:27 +00:00
179569f9f6 Accepting request 842863 from devel:languages:perl:autoupdate
- updated to 3.0800
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0800      2020-10-17
      - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
          - Move to @SHLOMIF
          - Inspired by Lady_Aleena (Thanks!)
  v0.2.1      2015-04-28
      - Specify minimal version of perl to 5.8.x.
          - CPANTS / Kwalitee
      - Add provides to META.yml.
          - CPANTS / Kwalitee
  v0.2.0      2015-03-09
      - Remove dependency on Moo/MooX/MooX::late.
          - Seemed like an overkill for such a small and simple app.
      - Remove dependency on List::MoreUtils.
          - To avoid unnecessary deps.
  v0.0.5      2015-01-25
      - Add inc/ to the git repo, so minting a new release.
  v0.0.4      2014-05-04
      - Add minimal prereq on Getopt::Long 2.36 for GetOptionsFromArray.
          - There were test failures with older Getopt::Long-s.
  v0.0.3      2014-05-02
      - Convert t/app.t from IPC::System::Simple to Test::Trap hoping to
      fix test failures on MS Windows.
          - we also don't use a separate process now but rather capture
          STDOUT.
  v0.0.2      2014-05-01
      - Change the meta resources/links to point to the actual repository at
      GitHub.
          - Thanks to pyon from Freenode for noticing it.
- updated to 3.0702
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0702      2018-10-25
      - Rephrase some lacking phrasing in the docs.
          - https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
          - Thanks to @melak .
- updated to 3.0701
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0701      2018-07-14
      - Typo corrections thanks to Debian
- updated to 3.0700
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0700      2018-07-13
      - Typo corrections thanks to Debian
      - Added the ->summary() method to Statistics::Descriptive::Full.
          - https://rt.cpan.org/Public/Bug/Display.html?id=82852
          - Thanks to Su-Shee
- updated to 3.0613
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0613      2018-05-02
      - Convert to Dist-Zilla.
- updated to 3.0612
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0612      2016-01-09
      - Move the VCS repository to GitHub.
          - People are more used to it, and it can take part in the CPAN pull-req
          challenge.
  
  3.0611      2016-01-07
      - Apply patch from Debian to correct a spelling error.
          - https://rt.cpan.org/Ticket/Display.html?id=110987
          - Thanks to Salvatore Bonaccorso for the report and patch.
  
  3.0610      2016-01-06
      - Clarified the docs for add_data_with_samples().
          - Some people thought they were repeat counts of the data , but they
          are normally ignored.
      - Replace remaining tabs with spaces.
- updated to 3.0609
   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
  3.0609      2015-06-19
      - Update some old URLs and addresses.
- Fixed broken link.
- updated to 3.0608
    - Apply patch to speed up skewness calculations.
        - https://rt.cpan.org/Public/Bug/Display.html?id=101422
        - Thanks to Shawn (SLAFFAN).
- updated to 3.0607
   - Fix the List::MoreUtils prereqs.
       - http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3
       - Thanks to Chris Williams (BINGOS) for the CPAN Testers Report.
   - Implement the median_absolute_deviation method.
       - https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff
       - Thanks to Kang-min Liu.
   - Minimal version of perl set to 5.6.0 (CPANTS).
   - Add standalone LICENSE file (CPANTS).
- updated to 3.0605
    - Add t/style-trailing-space.t .
    - Add t/cpan-changes.t .
        - Convert Changes to it.
    - Correct a misspelling of "weight" in
    lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        - Thanks to Wilhelm for the report.
    - Update the scripts/tag-release.pl file for Mercurial.
    - Use in_between to compare decimal numbers
        - Smoothing tests were failing because of rounding problems
        - Thanks to Andreas J. König for reporting it and to
          Fabio Ponciroli for fixing it.
    - Correct a typo:
        - https://rt.cpan.org/Ticket/Display.html?id=77145
        - Thanks to Salvatore Bonaccorso and the Debian Perl Group
        for the report.
    - No longer using Test::Exception in the tests.
        - It was used by the tests and not specified in
        test_requires/build_requires.
        - Thanks to hsk@fli-leibniz.de for the report.
    - Add the smoothing functionality.
        - Add the following public methods: add_data_with_samples(),
        set_smoother(), get_smoothed_data() to the main module.
        - Add the lib/Statistics/Descriptive/Smoother.pm and
        lib/Statistics/Descriptive/Smoother/Exponential.pm
        lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        modules.
        - Thanks to Fabio Ponciroli
    - Add the scripts/bump-version-number.pl to facilitate bumping the
    version number.
    - Add the get_data_without_outliers() and the set_outlier_filter()
    methods.
        - See https://bitbucket.org/barbasa/perl-statistics-descriptive/overview
        - Thanks to Fabio Ponciroli
- updated to 3.0300
   - Now mean() and median() and other routines return undef() if there are
   no data.
   - Somewhat incompatible change: some methods that returned undef() under
   list context now return an empty list (so it will be false).
       - it is generally not recommended to call such methods in list context
       as they should always be called in scalar context.
   - Resolves https://rt.cpan.org/Ticket/Display.html?id=74693
       - thanks to Shawn Laffan for the report and the patch.
   - Fix https://rt.cpan.org/Ticket/Display.html?id=72495 .
       - percentile should not die and should return undef if there are
       no elements in the collection.
- update to 3.0202
    - Moved tag-release.pl to scripts/tag-release.pl (though we now use
      Mercurial instead of Subversion.)
    - Add t/mode.t to test the ->mode() method.
    - Documented ->mode() better.
    - Optimized ->mode().
    - Add some documentation clarifying the 0th percentile return, as it
      returns undef() for representing -inf:
        - Fix https://rt.cpan.org/Ticket/Display.html?id=62055
        - Thanks to Dave Breimann for reporting it.
    - Add the tag-release.pl to tag a release using Subversion.
- switch to perl_requires macro
- initial package 3.0200
  * created by cpanspec 1.78

OBS-URL: https://build.opensuse.org/request/show/842863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=30
2020-10-20 14:59:26 +00:00
2b7e64dcea Accepting request 647343 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/647343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Statistics-Descriptive?expand=0&rev=18
2018-11-12 08:38:53 +00:00
f323d1ed67 Accepting request 647215 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/647215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=28
2018-11-08 15:09:04 +00:00
71ad32e8a8 Accepting request 624422 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/624422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Statistics-Descriptive?expand=0&rev=17
2018-07-28 10:41:19 +00:00
Stephan Kulow
b115db8729 Accepting request 623227 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/623227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=26
2018-07-21 09:28:08 +00:00
Stephan Kulow
0d9662ae29 Accepting request 622571 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/622571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=25
2018-07-16 06:43:52 +00:00
9794955729 Accepting request 610494 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/610494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Statistics-Descriptive?expand=0&rev=16
2018-06-02 09:58:38 +00:00
a93abdc1ac Accepting request 603462 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/603462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=23
2018-05-18 18:10:03 +00:00
4 changed files with 108 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:772413148e5e00efb32f277c4254aa78b9112490a896208dcd0025813afdbf7a
size 45929

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:047b70a63fdcaa916168e0ff2d58e155e0ebbc68ed4ccbd73a7213dca3028f65
size 54174

View File

@@ -1,3 +1,90 @@
-------------------------------------------------------------------
Mon Jul 3 03:10:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.0801
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
3.0801 2023-07-02
- Correct typos
- https://github.com/shlomif/perl-Statistics-Descriptive/pull/8
- thanks to @anirvan
-------------------------------------------------------------------
Sun Oct 18 03:08:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.0800
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
3.0800 2020-10-17
- dist.ini / weaver.ini / .tidyallrc / etc. cleanup
- Move to @SHLOMIF
- Inspired by Lady_Aleena (Thanks!)
v0.2.1 2015-04-28
- Specify minimal version of perl to 5.8.x.
- CPANTS / Kwalitee
- Add provides to META.yml.
- CPANTS / Kwalitee
v0.2.0 2015-03-09
- Remove dependency on Moo/MooX/MooX::late.
- Seemed like an overkill for such a small and simple app.
- Remove dependency on List::MoreUtils.
- To avoid unnecessary deps.
v0.0.5 2015-01-25
- Add inc/ to the git repo, so minting a new release.
v0.0.4 2014-05-04
- Add minimal prereq on Getopt::Long 2.36 for GetOptionsFromArray.
- There were test failures with older Getopt::Long-s.
v0.0.3 2014-05-02
- Convert t/app.t from IPC::System::Simple to Test::Trap hoping to
fix test failures on MS Windows.
- we also don't use a separate process now but rather capture
STDOUT.
v0.0.2 2014-05-01
- Change the meta resources/links to point to the actual repository at
GitHub.
- Thanks to pyon from Freenode for noticing it.
-------------------------------------------------------------------
Thu Nov 8 06:57:02 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 3.0702
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
3.0702 2018-10-25
- Rephrase some lacking phrasing in the docs.
- https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
- Thanks to @melak .
-------------------------------------------------------------------
Tue Jul 17 06:04:29 UTC 2018 - coolo@suse.com
- updated to 3.0701
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
3.0701 2018-07-14
- Typo corrections thanks to Debian
-------------------------------------------------------------------
Sat Jul 14 06:03:57 UTC 2018 - coolo@suse.com
- updated to 3.0700
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
3.0700 2018-07-13
- Typo corrections thanks to Debian
- Added the ->summary() method to Statistics::Descriptive::Full.
- https://rt.cpan.org/Public/Bug/Display.html?id=82852
- Thanks to Su-Shee
-------------------------------------------------------------------
Thu May 3 05:58:35 UTC 2018 - coolo@suse.com
- updated to 3.0613
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
3.0613 2018-05-02
- Convert to Dist-Zilla.
-------------------------------------------------------------------
Wed Jan 13 10:28:48 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Statistics-Descriptive
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Statistics-Descriptive
Version: 3.0612
Release: 0
%define cpan_name Statistics-Descriptive
Name: perl-Statistics-Descriptive
Version: 3.0801
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Module of basic descriptive statistical functions
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Statistics-Descriptive/
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build) >= 0.360000
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(parent)
Requires: perl(List::MoreUtils)
Requires: perl(parent)
%{perl_requires}
%description
@@ -53,21 +54,21 @@ Many of the methods (both Sparse and Full) cache values so that subsequent
calls with the same arguments are faster.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README rejects scripts UserSurvey.txt
%doc Changes examples README UserSurvey.txt
%license LICENSE
%changelog