Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/assertj-core.git#23b313f8d613974027596b8507dba3b07b9f08d2
This commit is contained in:
parent
3c19795f79
commit
601971fcd0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/assertj-core-3.15.0.tar.gz
|
||||
/assertj-core-3.16.1.tar.gz
|
||||
/assertj-core-3.17.0.tar.gz
|
||||
/assertj-core-3.17.2.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_with memoryfilesystem
|
||||
|
||||
Name: assertj-core
|
||||
Version: 3.17.0
|
||||
Version: 3.17.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library of assertions similar to fest-assert
|
||||
License: ASL 2.0
|
||||
@ -16,6 +16,7 @@ BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(net.bytebuddy:byte-buddy)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.junit.platform:junit-platform-commons)
|
||||
BuildRequires: mvn(org.opentest4j:opentest4j)
|
||||
|
||||
%if %{with memoryfilesystem}
|
||||
@ -43,6 +44,7 @@ This package provides API documentation for %{name}.
|
||||
|
||||
# remove plugins that are unnecessary for RPM builds
|
||||
%pom_remove_plugin :bnd-maven-plugin
|
||||
%pom_remove_plugin :bnd-testing-maven-plugin
|
||||
%pom_remove_plugin :bnd-resolver-maven-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
%pom_remove_plugin :maven-antrun-plugin
|
||||
@ -80,6 +82,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 16 2020 Fabio Valentini <decathorpe@gmail.com> - 3.17.2-1
|
||||
- Update to version 3.17.2.
|
||||
|
||||
* Sun Aug 23 2020 Fabio Valentini <decathorpe@gmail.com> - 3.17.0-1
|
||||
- Update to version 3.17.0.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (assertj-core-3.17.0.tar.gz) = 03a6448ed8c1110c6883df808c8fb9d9912c61edebfb573d3d96fc22a78a8267be4220f96c741d651277beb0a14b8f3ee08d6bddb550e8895ca8fae9c3e32c67
|
||||
SHA512 (assertj-core-3.17.2.tar.gz) = 339f64e56c3bd3d0495eab412e7c87904787ca024d77e4fdcc6f205b23932003d5a758ce82463c93a9fd6be7b68e35de972655a443e65208cbcd786022084277
|
||||
|
Loading…
Reference in New Issue
Block a user