diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 25f71d6..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/http-client-0.5.7.0.tar.gz -/http-client-0.5.7.1.tar.gz -/http-client-0.5.13.1.tar.gz -/http-client-0.5.14.tar.gz -/http-client-0.6.4.tar.gz -/http-client-0.6.4.1.tar.gz -/http-client-0.7.13.1.tar.gz diff --git a/changelog b/changelog deleted file mode 100644 index 51d9dc4..0000000 --- a/changelog +++ /dev/null @@ -1,93 +0,0 @@ -* Sun Jan 22 2023 Jens Petersen - 0.7.13.1-1 -- https://hackage.haskell.org/package/http-client-0.7.13.1/changelog -- refresh to cabal-rpm-2.1.0 with SPDX migration - -* Thu Jul 21 2022 Fedora Release Engineering - 0.6.4.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jun 17 2022 Jens Petersen - 0.6.4.1-8 -- rebuild - -* Thu Jan 20 2022 Fedora Release Engineering - 0.6.4.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Aug 06 2021 Jens Petersen - 0.6.4.1-6 -- rebuild - -* Thu Jul 22 2021 Fedora Release Engineering - 0.6.4.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jan 26 2021 Fedora Release Engineering - 0.6.4.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 0.6.4.1-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 0.6.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jun 10 2020 Jens Petersen - 0.6.4.1-1 -- update to 0.6.4.1 - -* Fri Feb 14 2020 Jens Petersen - 0.6.4-1 -- update to 0.6.4 - -* Tue Jan 28 2020 Fedora Release Engineering - 0.5.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Aug 02 2019 Jens Petersen - 0.5.14-3 -- add doc and prof subpackages (cabal-rpm-1.0.0) - -* Thu Jul 25 2019 Fedora Release Engineering - 0.5.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Feb 21 2019 Jens Petersen - 0.5.14-1 -- update to 0.5.14 - -* Sun Feb 17 2019 Jens Petersen - 0.5.13.1-6 -- refresh to cabal-rpm-0.13 - -* Thu Jan 31 2019 Fedora Release Engineering - 0.5.13.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 28 2018 Jens Petersen - 0.5.13.1-4 -- rebuild - -* Mon Jul 23 2018 Miro HronĨok - 0.5.13.1-3 -- Rebuilt for #1607054 - -* Fri Jul 13 2018 Fedora Release Engineering - 0.5.13.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jul 09 2018 Elliott Sales de Andrade - 0.5.13.1-1 -- update to 0.5.13.1 - -* Wed Feb 07 2018 Fedora Release Engineering - 0.5.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jan 24 2018 Jens Petersen - 0.5.7.1-1 -- update to 0.5.7.1 - -* Tue Aug 29 2017 Elliott Sales de Andrade 0.5.7.0-2 -- Split docs into separate subpackage. -- Fix summary and description. -- Update to latest spec template. - -* Sat Jul 22 2017 Elliott Sales de Andrade 0.5.7.0-1 -- Update to latest version. - -* Mon Jul 17 2017 Elliott Sales de Andrade 0.4.28-8 -- Move things around based on their need. - -* Sat Dec 17 2016 Elliott Sales de Andrade - 0.4.28-7 -- Bump to rebuild against new dependencies - -* Fri Dec 16 2016 Elliott Sales de Andrade - 0.4.28-6 -- Bump to rebuild against new dependencies - -* Thu Dec 15 2016 Elliott Sales de Andrade - 0.4.28-5 -- Update release to be newer than previous builds - -* Thu Dec 15 2016 Fedora Haskell SIG - 0.4.28-1 -- spec file generated by cabal-rpm-0.10.0 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3800168 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +ghc-http-client package is retired on branch c10s for BAKERY-412 \ No newline at end of file diff --git a/ghc-http-client.spec b/ghc-http-client.spec deleted file mode 100644 index ceba56c..0000000 --- a/ghc-http-client.spec +++ /dev/null @@ -1,173 +0,0 @@ -# generated by cabal-rpm-2.1.0 -# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ - -%global pkg_name http-client -%global pkgver %{pkg_name}-%{version} - -# requires net -%bcond_with tests - -Name: ghc-%{pkg_name} -Version: 0.7.13.1 -Release: %autorelease -Summary: A basic HTTP client engine - -# Network/HTTP/Proxy.hs is BSD -License: MIT and BSD -Url: https://hackage.haskell.org/package/%{pkg_name} -# Begin cabal-rpm sources: -Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal -# End cabal-rpm sources - -# Begin cabal-rpm deps: -BuildRequires: dos2unix -BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros -BuildRequires: ghc-array-devel -BuildRequires: ghc-async-devel -BuildRequires: ghc-base-devel -BuildRequires: ghc-base64-bytestring-devel -BuildRequires: ghc-blaze-builder-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-case-insensitive-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-cookie-devel -BuildRequires: ghc-deepseq-devel -BuildRequires: ghc-exceptions-devel -BuildRequires: ghc-filepath-devel -BuildRequires: ghc-http-types-devel -BuildRequires: ghc-iproute-devel -BuildRequires: ghc-mime-types-devel -BuildRequires: ghc-network-devel -BuildRequires: ghc-network-uri-devel -BuildRequires: ghc-random-devel -BuildRequires: ghc-stm-devel -BuildRequires: ghc-streaming-commons-devel -BuildRequires: ghc-text-devel -BuildRequires: ghc-time-devel -BuildRequires: ghc-transformers-devel -%if %{with ghc_prof} -BuildRequires: ghc-array-prof -BuildRequires: ghc-async-prof -BuildRequires: ghc-base-prof -BuildRequires: ghc-base64-bytestring-prof -BuildRequires: ghc-blaze-builder-prof -BuildRequires: ghc-bytestring-prof -BuildRequires: ghc-case-insensitive-prof -BuildRequires: ghc-containers-prof -BuildRequires: ghc-cookie-prof -BuildRequires: ghc-deepseq-prof -BuildRequires: ghc-exceptions-prof -BuildRequires: ghc-filepath-prof -BuildRequires: ghc-http-types-prof -BuildRequires: ghc-iproute-prof -BuildRequires: ghc-mime-types-prof -BuildRequires: ghc-network-prof -BuildRequires: ghc-network-uri-prof -BuildRequires: ghc-random-prof -BuildRequires: ghc-stm-prof -BuildRequires: ghc-streaming-commons-prof -BuildRequires: ghc-text-prof -BuildRequires: ghc-time-prof -BuildRequires: ghc-transformers-prof -%endif -%if %{with tests} -BuildRequires: ghc-directory-devel -BuildRequires: ghc-hspec-devel -BuildRequires: ghc-hspec-discover-devel -BuildRequires: ghc-monad-control-devel -BuildRequires: ghc-zlib-devel -%endif -# End cabal-rpm deps - -%description -An HTTP client engine, intended as a base layer for more user-friendly -packages, refactored from http-conduit. Note that, if you want to make HTTPS -secure connections, you should use http-client-tls in addition to this library. - - -%package devel -Summary: Haskell %{pkg_name} library development files -Provides: %{name}-static = %{version}-%{release} -Provides: %{name}-static%{?_isa} = %{version}-%{release} -%if %{defined ghc_version} -Requires: ghc-compiler = %{ghc_version} -%endif -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -This package provides the Haskell %{pkg_name} library development files. - - -%if %{with haddock} -%package doc -Summary: Haskell %{pkg_name} library documentation -BuildArch: noarch -Requires: ghc-filesystem -Obsoletes: %{name}-devel-doc < %{version}-%{release} - -%description doc -This package provides the Haskell %{pkg_name} library documentation. -%endif - - -%if %{with ghc_prof} -%package prof -Summary: Haskell %{pkg_name} profiling library -Requires: %{name}-devel%{?_isa} = %{version}-%{release} -Supplements: (%{name}-devel and ghc-prof) - -%description prof -This package provides the Haskell %{pkg_name} profiling library. -%endif - - -%prep -# Begin cabal-rpm setup: -%setup -q -n %{pkgver} -dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal -# End cabal-rpm setup - - -%build -# Begin cabal-rpm build: -%ghc_lib_build -# End cabal-rpm build - - -%install -# Begin cabal-rpm install -%ghc_lib_install -# End cabal-rpm install - - -%check -%if %{with tests} -%cabal_test -%endif - - -%files -f %{name}.files -# Begin cabal-rpm files: -%license LICENSE -# End cabal-rpm files - - -%files devel -f %{name}-devel.files -%doc ChangeLog.md README.md - - -%if %{with haddock} -%files doc -f %{name}-doc.files -%license LICENSE -%endif - - -%if %{with ghc_prof} -%files prof -f %{name}-prof.files -%endif - - -%changelog -%autochangelog diff --git a/http-client-0.7.13.1.cabal b/http-client-0.7.13.1.cabal deleted file mode 100644 index 39a0e77..0000000 --- a/http-client-0.7.13.1.cabal +++ /dev/null @@ -1,148 +0,0 @@ -name: http-client -version: 0.7.13.1 -x-revision: 1 -synopsis: An HTTP client engine -description: Hackage documentation generation is not reliable. For up to date documentation, please see: . -homepage: https://github.com/snoyberg/http-client -license: MIT -license-file: LICENSE -author: Michael Snoyman -maintainer: michael@snoyman.com -category: Network -build-type: Simple -extra-source-files: README.md ChangeLog.md -cabal-version: >=1.10 - -flag network-uri - description: Get Network.URI from the network-uri package - default: True - -library - hs-source-dirs: ., publicsuffixlist - exposed-modules: Network.HTTP.Client - Network.HTTP.Client.MultipartFormData - Network.HTTP.Client.Internal - other-modules: Network.HTTP.Client.Body - Network.HTTP.Client.Connection - Network.HTTP.Client.Cookies - Network.HTTP.Client.Core - Network.HTTP.Client.Headers - Network.HTTP.Client.Manager - Network.HTTP.Client.Request - Network.HTTP.Client.Response - Network.HTTP.Client.Types - Network.HTTP.Client.Util - Network.HTTP.Proxy - Network.PublicSuffixList.Lookup - Network.PublicSuffixList.Types - Network.PublicSuffixList.Serialize - Network.PublicSuffixList.DataStructure - Data.KeyedPool - build-depends: base >= 4.10 && < 5 - , bytestring >= 0.10 - , text >= 0.11 - , http-types >= 0.8 - , blaze-builder >= 0.3 - , time >= 1.2 - , network >= 2.4 - , streaming-commons >= 0.1.0.2 && < 0.3 - , containers >= 0.5 - , transformers - , deepseq >= 1.3 && <1.5 - , case-insensitive >= 1.0 - , base64-bytestring >= 1.0 - , cookie - , exceptions >= 0.4 - , array - , random - , filepath - , mime-types - , ghc-prim - , stm >= 2.3 - , iproute >= 1.7.5 - , async >= 2.0 - if flag(network-uri) - build-depends: network >= 2.6, network-uri >= 2.6 - else - build-depends: network < 2.6 - - if !impl(ghc>=8.0) - build-depends: semigroups >= 0.16.1 - - -- See build failure at https://travis-ci.org/snoyberg/http-client/jobs/359573631 - if impl(ghc < 7.10) - -- Disable building with GHC before 8.0.2. - -- Due to a cabal bug, do not use buildable: False, - -- but instead give it an impossible constraint. - -- See: https://github.com/haskell-infra/hackage-trustees/issues/165 - build-depends: unsupported-ghc-version > 1 && < 1 - - - if os(mingw32) - build-depends: Win32, safe - - default-language: Haskell2010 - -test-suite spec - main-is: Spec.hs - type: exitcode-stdio-1.0 - hs-source-dirs: test - default-language: Haskell2010 - other-modules: Network.HTTP.ClientSpec - build-tool-depends: hspec-discover:hspec-discover - build-depends: base - , http-client - , hspec - , monad-control - , bytestring - , text - , http-types - , blaze-builder - , time - , network - , containers - , transformers - , deepseq - , case-insensitive - , zlib - , async - , streaming-commons >= 0.1.1 - - -test-suite spec-nonet - main-is: Spec.hs - type: exitcode-stdio-1.0 - hs-source-dirs: test-nonet - default-language: Haskell2010 - ghc-options: -threaded - if os(windows) - cpp-options: -DWINDOWS - other-modules: Network.HTTP.ClientSpec - Network.HTTP.Client.ResponseSpec - Network.HTTP.Client.BodySpec - Network.HTTP.Client.HeadersSpec - Network.HTTP.Client.RequestSpec - Network.HTTP.Client.RequestBodySpec - Network.HTTP.Client.CookieSpec - Network.HTTP.Client.ConnectionSpec - build-tool-depends: hspec-discover:hspec-discover - build-depends: base - , http-client - , hspec - , monad-control - , bytestring - , cookie - , text - , http-types - , blaze-builder - , time - , network - , network-uri - , containers - , transformers - , deepseq - , case-insensitive - , zlib - , async - , streaming-commons >= 0.1.1 - , directory diff --git a/sources b/sources deleted file mode 100644 index 4826219..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (http-client-0.7.13.1.tar.gz) = d88f4ec8fb48f7de4db62ea8ed39bd43112b86fd1b6f695d92f16d22063d71f94f9dba1e114df60fb7eb03c3ced1e23b0f03a3398c0221c02812087865fd0717